Color Hex Logo

#cbefdc Color Hex

#CBEFDC
(203,239,220)
0 Favorites   0 Comments

Color spaces of #cbefdc

RGB 203239220
HSL0.410.530.87
HSV148°15°94°
CMYK 0.150.000.08   0.06
XYZ68.413479.596879.4681
Yxy79.59680.30070.3499
Hunter Lab89.2170-19.25259.6407
CIE-Lab91.5036-15.28195.2813

#cbefdc color RGB value is (203,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11011100
Octal 313 357 334
Decimal 203 239 220
Hex CB EF DC

RGB Percentages of Color #cbefdc

%30.66
%36.10
%33.23

CMYK Percentages of Color #cbefdc

%15
%0
%8
%6

Triadic Colors of #cbefdc

#cbefdc #dccbef #efdccb

Analogous Colors of #cbefdc

#cbefdc #cbefee #ccefcb

Monochromatic Colors of #cbefdc

#cbefdc

Complementary Color

#cbefdc #efcbde

#cbefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefdc Color CSS Codes

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

#cbefdc Text Font Color

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

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


#cbefdc Background Color

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

This div background color is #cbefdc


#cbefdc Border Color

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

This div border color is #cbefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefdc


Comments

No comments written yet.

Please login to write comment.