Color Hex Logo

#bee4db Color Hex

#BEE4DB
(190,228,219)
0 Favorites   0 Comments

Color spaces of #bee4db

RGB 190228219
HSL0.460.410.82
HSV166°17°89°
CMYK 0.170.000.04   0.11
XYZ61.764871.548477.5727
Yxy71.54840.29290.3393
Hunter Lab84.5863-17.68554.8365
CIE-Lab87.7508-14.11880.2540

#bee4db color RGB value is (190,228,219).

#bee4db hex color red value is 190, green value is 228 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bee4db hue: 0.46 , saturation: 0.41 and the lightness value of bee4db is 0.82.

The process color (four color CMYK) of #bee4db color hex is 0.17, 0.00, 0.04, 0.11. Web safe color of #bee4db is #cccccc. Color #bee4db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 11011011
Octal 276 344 333
Decimal 190 228 219
Hex BE E4 DB

RGB Percentages of Color #bee4db

%29.83
%35.79
%34.38

CMYK Percentages of Color #bee4db

%17
%0
%4
%11

Triadic Colors of #bee4db

#bee4db #dbbee4 #e4dbbe

Analogous Colors of #bee4db

#bee4db #bedae4 #bee4c8

Monochromatic Colors of #bee4db

#bee4db

Complementary Color

#bee4db #e4bec7

#bee4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee4db Color CSS Codes

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

#bee4db Text Font Color

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

This sample text font color is #bee4db
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.


#bee4db Background Color

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

This div background color is #bee4db


#bee4db Border Color

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

This div border color is #bee4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee4db


Comments

No comments written yet.

Please login to write comment.