Color Hex Logo

#cbe6dc Color Hex

#CBE6DC
(203,230,220)
0 Favorites   0 Comments

Color spaces of #cbe6dc

RGB 203230220
HSL0.440.350.85
HSV158°12°90°
CMYK 0.120.000.04   0.10
XYZ65.843774.457478.6115
Yxy74.45740.30080.3401
Hunter Lab86.2887-14.79856.3872
CIE-Lab89.1382-10.76821.8523

#cbe6dc color RGB value is (203,230,220).

#cbe6dc hex color red value is 203, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbe6dc hue: 0.44 , saturation: 0.35 and the lightness value of cbe6dc is 0.85.

The process color (four color CMYK) of #cbe6dc color hex is 0.12, 0.00, 0.04, 0.10. Web safe color of #cbe6dc is #ccffcc. Color #cbe6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11011100
Octal 313 346 334
Decimal 203 230 220
Hex CB E6 DC

RGB Percentages of Color #cbe6dc

%31.09
%35.22
%33.69

CMYK Percentages of Color #cbe6dc

%12
%0
%4
%10

Triadic Colors of #cbe6dc

#cbe6dc #dccbe6 #e6dccb

Analogous Colors of #cbe6dc

#cbe6dc #cbe3e6 #cbe6cf

Monochromatic Colors of #cbe6dc

#cbe6dc

Complementary Color

#cbe6dc #e6cbd5

#cbe6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6dc Color CSS Codes

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

#cbe6dc Text Font Color

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

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


#cbe6dc Background Color

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

This div background color is #cbe6dc


#cbe6dc Border Color

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

This div border color is #cbe6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6dc


Comments

No comments written yet.

Please login to write comment.