Color Hex Logo

#cbeecc Color Hex

#CBEECC
(203,238,204)
0 Favorites   0 Comments

Color spaces of #cbeecc

RGB 203238204
HSL0.340.510.86
HSV122°15°93°
CMYK 0.150.000.14   0.07
XYZ66.102278.205268.7379
Yxy78.20520.31030.3671
Hunter Lab88.4337-21.334315.8186
CIE-Lab90.8735-17.669512.6943

#cbeecc color RGB value is (203,238,204).

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

The process color (four color CMYK) of #cbeecc color hex is 0.15, 0.00, 0.14, 0.07. Web safe color of #cbeecc is #ccffcc. Color #cbeecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11001100
Octal 313 356 314
Decimal 203 238 204
Hex CB EE CC

RGB Percentages of Color #cbeecc

%31.47
%36.90
%31.63

CMYK Percentages of Color #cbeecc

%15
%0
%14
%7

Triadic Colors of #cbeecc

#cbeecc #cccbee #eecccb

Analogous Colors of #cbeecc

#cbeecc #cbeede #dceecb

Monochromatic Colors of #cbeecc

#cbeecc

Complementary Color

#cbeecc #eecbed

#cbeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeecc Color CSS Codes

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

#cbeecc Text Font Color

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

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


#cbeecc Background Color

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

This div background color is #cbeecc


#cbeecc Border Color

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

This div border color is #cbeecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,238,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 #cbeecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeecc


Comments

No comments written yet.

Please login to write comment.