Color Hex Logo

#cbefdd Color Hex

#CBEFDD
(203,239,221)
0 Favorites   0 Comments

Color spaces of #cbefdd

RGB 203239221
HSL0.420.530.87
HSV150°15°94°
CMYK 0.150.000.08   0.06
XYZ68.546279.650080.1678
Yxy79.65000.30020.3488
Hunter Lab89.2468-19.08479.2143
CIE-Lab91.5276-15.09544.7956

#cbefdd color RGB value is (203,239,221).

#cbefdd hex color red value is 203, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbefdd hue: 0.42 , saturation: 0.53 and the lightness value of cbefdd is 0.87.

The process color (four color CMYK) of #cbefdd color hex is 0.15, 0.00, 0.08, 0.06. Web safe color of #cbefdd is #ccffcc. Color #cbefdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11011101
Octal 313 357 335
Decimal 203 239 221
Hex CB EF DD

RGB Percentages of Color #cbefdd

%30.62
%36.05
%33.33

CMYK Percentages of Color #cbefdd

%15
%0
%8
%6

Triadic Colors of #cbefdd

#cbefdd #ddcbef #efddcb

Analogous Colors of #cbefdd

#cbefdd #cbefef #cbefcb

Monochromatic Colors of #cbefdd

#cbefdd

Complementary Color

#cbefdd #efcbdd

#cbefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefdd Color CSS Codes

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

#cbefdd Text Font Color

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

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


#cbefdd Background Color

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

This div background color is #cbefdd


#cbefdd Border Color

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

This div border color is #cbefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefdd


Comments

No comments written yet.

Please login to write comment.