Color Hex Logo

#cbf6dc Color Hex

#CBF6DC
(203,246,220)
0 Favorites   0 Comments

Color spaces of #cbf6dc

RGB 203246220
HSL0.400.700.88
HSV144°17°96°
CMYK 0.170.000.11   0.04
XYZ70.502683.775480.1645
Yxy83.77540.30070.3573
Hunter Lab91.5289-22.681212.1418
CIE-Lab93.3529-18.73717.9451

#cbf6dc color RGB value is (203,246,220).

#cbf6dc hex color red value is 203, green value is 246 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbf6dc hue: 0.40 , saturation: 0.70 and the lightness value of cbf6dc is 0.88.

The process color (four color CMYK) of #cbf6dc color hex is 0.17, 0.00, 0.11, 0.04. Web safe color of #cbf6dc is #ccffcc. Color #cbf6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110110 11011100
Octal 313 366 334
Decimal 203 246 220
Hex CB F6 DC

RGB Percentages of Color #cbf6dc

%30.34
%36.77
%32.88

CMYK Percentages of Color #cbf6dc

%17
%0
%11
%4

Triadic Colors of #cbf6dc

#cbf6dc #dccbf6 #f6dccb

Analogous Colors of #cbf6dc

#cbf6dc #cbf6f2 #d0f6cb

Monochromatic Colors of #cbf6dc

#cbf6dc

Complementary Color

#cbf6dc #f6cbe5

#cbf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf6dc Color CSS Codes

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

#cbf6dc Text Font Color

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

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


#cbf6dc Background Color

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

This div background color is #cbf6dc


#cbf6dc Border Color

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

This div border color is #cbf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf6dc


Comments

No comments written yet.

Please login to write comment.