Color Hex Logo

#cbe6dd Color Hex

#CBE6DD
(203,230,221)
0 Favorites   0 Comments

Color spaces of #cbe6dd

RGB 203230221
HSL0.440.350.85
HSV160°12°90°
CMYK 0.120.000.04   0.10
XYZ65.976674.510679.3113
Yxy74.51060.30020.3390
Hunter Lab86.3195-14.62635.9474
CIE-Lab89.1633-10.57871.3647

#cbe6dd color RGB value is (203,230,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11011101
Octal 313 346 335
Decimal 203 230 221
Hex CB E6 DD

RGB Percentages of Color #cbe6dd

%31.04
%35.17
%33.79

CMYK Percentages of Color #cbe6dd

%12
%0
%4
%10

Triadic Colors of #cbe6dd

#cbe6dd #ddcbe6 #e6ddcb

Analogous Colors of #cbe6dd

#cbe6dd #cbe2e6 #cbe6d0

Monochromatic Colors of #cbe6dd

#cbe6dd

Complementary Color

#cbe6dd #e6cbd4

#cbe6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6dd Color CSS Codes

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

#cbe6dd Text Font Color

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

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


#cbe6dd Background Color

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

This div background color is #cbe6dd


#cbe6dd Border Color

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

This div border color is #cbe6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6dd


Comments

No comments written yet.

Please login to write comment.