Color Hex Logo

#cbe1db Color Hex

#CBE1DB
(203,225,219)
0 Favorites   0 Comments

Color spaces of #cbe1db

RGB 203225219
HSL0.450.270.84
HSV164°10°88°
CMYK 0.100.000.03   0.12
XYZ64.340071.661477.4588
Yxy71.66140.30140.3357
Hunter Lab84.6531-12.47515.0059
CIE-Lab87.8054-8.41700.4356

#cbe1db color RGB value is (203,225,219).

#cbe1db hex color red value is 203, green value is 225 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbe1db hue: 0.45 , saturation: 0.27 and the lightness value of cbe1db is 0.84.

The process color (four color CMYK) of #cbe1db color hex is 0.10, 0.00, 0.03, 0.12. Web safe color of #cbe1db is #cccccc. Color #cbe1db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 11011011
Octal 313 341 333
Decimal 203 225 219
Hex CB E1 DB

RGB Percentages of Color #cbe1db

%31.38
%34.78
%33.85

CMYK Percentages of Color #cbe1db

%10
%0
%3
%12

Triadic Colors of #cbe1db

#cbe1db #dbcbe1 #e1dbcb

Analogous Colors of #cbe1db

#cbe1db #cbdce1 #cbe1d0

Monochromatic Colors of #cbe1db

#cbe1db

Complementary Color

#cbe1db #e1cbd1

#cbe1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe1db Color CSS Codes

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

#cbe1db Text Font Color

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

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


#cbe1db Background Color

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

This div background color is #cbe1db


#cbe1db Border Color

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

This div border color is #cbe1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe1db


Comments

No comments written yet.

Please login to write comment.