Color Hex Logo

#cbeecd Color Hex

#CBEECD
(203,238,205)
0 Favorites   0 Comments

Color spaces of #cbeecd

RGB 203238205
HSL0.340.510.86
HSV123°15°93°
CMYK 0.150.000.14   0.07
XYZ66.222678.253469.3717
Yxy78.25340.30970.3659
Hunter Lab88.4610-21.180115.4270
CIE-Lab90.8954-17.495312.2064

#cbeecd color RGB value is (203,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11001101
Octal 313 356 315
Decimal 203 238 205
Hex CB EE CD

RGB Percentages of Color #cbeecd

%31.42
%36.84
%31.73

CMYK Percentages of Color #cbeecd

%15
%0
%14
%7

Triadic Colors of #cbeecd

#cbeecd #cdcbee #eecdcb

Analogous Colors of #cbeecd

#cbeecd #cbeedf #dbeecb

Monochromatic Colors of #cbeecd

#cbeecd

Complementary Color

#cbeecd #eecbec

#cbeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeecd Color CSS Codes

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

#cbeecd Text Font Color

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

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


#cbeecd Background Color

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

This div background color is #cbeecd


#cbeecd Border Color

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

This div border color is #cbeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeecd


Comments

No comments written yet.

Please login to write comment.