Color Hex Logo

#cbeeec Color Hex

#CBEEEC
(203,238,236)
0 Favorites   0 Comments

Color spaces of #cbeeec

RGB 203238236
HSL0.490.510.86
HSV177°15°93°
CMYK 0.150.000.01   0.07
XYZ70.343579.901791.0720
Yxy79.90170.29150.3311
Hunter Lab89.3878-15.95842.1643
CIE-Lab91.6407-11.6979-2.8519

#cbeeec color RGB value is (203,238,236).

#cbeeec hex color red value is 203, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbeeec hue: 0.49 , saturation: 0.51 and the lightness value of cbeeec is 0.86.

The process color (four color CMYK) of #cbeeec color hex is 0.15, 0.00, 0.01, 0.07. Web safe color of #cbeeec is #ccffff. Color #cbeeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11101100
Octal 313 356 354
Decimal 203 238 236
Hex CB EE EC

RGB Percentages of Color #cbeeec

%29.99
%35.16
%34.86

CMYK Percentages of Color #cbeeec

%15
%0
%1
%7

Triadic Colors of #cbeeec

#cbeeec #eccbee #eeeccb

Analogous Colors of #cbeeec

#cbeeec #cbdfee #cbeedb

Monochromatic Colors of #cbeeec

#cbeeec

Complementary Color

#cbeeec #eecbcd

#cbeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeec Color CSS Codes

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

#cbeeec Text Font Color

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

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


#cbeeec Background Color

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

This div background color is #cbeeec


#cbeeec Border Color

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

This div border color is #cbeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeec


Comments

No comments written yet.

Please login to write comment.