Color Hex Logo

#bee4cc Color Hex

#BEE4CC
(190,228,204)
0 Favorites   0 Comments

Color spaces of #bee4cc

RGB 190228204
HSL0.390.410.82
HSV142°17°89°
CMYK 0.170.000.11   0.11
XYZ59.877770.793667.6354
Yxy70.79360.30190.3570
Hunter Lab84.1389-20.213111.2368
CIE-Lab87.3846-16.99707.6013

#bee4cc color RGB value is (190,228,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 11001100
Octal 276 344 314
Decimal 190 228 204
Hex BE E4 CC

RGB Percentages of Color #bee4cc

%30.55
%36.66
%32.80

CMYK Percentages of Color #bee4cc

%17
%0
%11
%11

Triadic Colors of #bee4cc

#bee4cc #ccbee4 #e4ccbe

Analogous Colors of #bee4cc

#bee4cc #bee4df #c3e4be

Monochromatic Colors of #bee4cc

#bee4cc

Complementary Color

#bee4cc #e4bed6

#bee4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee4cc Color CSS Codes

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

#bee4cc Text Font Color

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

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


#bee4cc Background Color

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

This div background color is #bee4cc


#bee4cc Border Color

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

This div border color is #bee4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee4cc


Comments

No comments written yet.

Please login to write comment.