Color Hex Logo

#beefee Color Hex

#BEEFEE
(190,239,238)
0 Favorites   0 Comments

Color spaces of #beefee

RGB 190239238
HSL0.500.600.84
HSV179°21°94°
CMYK 0.210.000.00   0.06
XYZ67.534378.853292.5497
Yxy78.85320.28260.3300
Hunter Lab88.7993-19.64470.3655
CIE-Lab91.1678-15.7620-4.6809

#beefee color RGB value is (190,239,238).

#beefee hex color red value is 190, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #beefee hue: 0.50 , saturation: 0.60 and the lightness value of beefee is 0.84.

The process color (four color CMYK) of #beefee color hex is 0.21, 0.00, 0.00, 0.06. Web safe color of #beefee is #ccffff. Color #beefee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11101110
Octal 276 357 356
Decimal 190 239 238
Hex BE EF EE

RGB Percentages of Color #beefee

%28.49
%35.83
%35.68

CMYK Percentages of Color #beefee

%21
%0
%0
%6

Triadic Colors of #beefee

#beefee #eebeef #efeebe

Analogous Colors of #beefee

#beefee #bed8ef #beefd6

Monochromatic Colors of #beefee

#beefee

Complementary Color

#beefee #efbebf

#beefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefee Color CSS Codes

.mybgcolor {background-color:#beefee; } 
.myforecolor {color:#beefee; }
.mybordercolor {border:3px solid #beefee; }

#beefee Text Font Color

<p style="color:#beefee">Text here</p>

This sample text font color is #beefee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#beefee Background Color

<div style="background-color:#beefee">
Div content here</div>

This div background color is #beefee


#beefee Border Color

<div style="border:3px solid #beefee">
Div here</div>

This div border color is #beefee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,239,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beefee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beefee;
  -webkit-box-shadow: 1px 1px 3px 2px #beefee;
  box-shadow:         1px 1px 3px 2px #beefee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,239,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beefee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #beefee;
  -webkit-box-shadow: 1px 1px 3px 2px #beefee;
  box-shadow:         1px 1px 3px 2px #beefee;">
Div content here</div>

This div box has shadow with color #beefee


Comments

No comments written yet.

Please login to write comment.