Color Hex Logo

#cbe6db Color Hex

#CBE6DB
(203,230,219)
0 Favorites   0 Comments

Color spaces of #cbe6db

RGB 203230219
HSL0.430.350.85
HSV156°12°90°
CMYK 0.120.000.05   0.10
XYZ65.711674.404677.9160
Yxy74.40460.30140.3413
Hunter Lab86.2581-14.97006.8247
CIE-Lab89.1134-10.95712.3402

#cbe6db color RGB value is (203,230,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11011011
Octal 313 346 333
Decimal 203 230 219
Hex CB E6 DB

RGB Percentages of Color #cbe6db

%31.13
%35.28
%33.59

CMYK Percentages of Color #cbe6db

%12
%0
%5
%10

Triadic Colors of #cbe6db

#cbe6db #dbcbe6 #e6dbcb

Analogous Colors of #cbe6db

#cbe6db #cbe4e6 #cbe6ce

Monochromatic Colors of #cbe6db

#cbe6db

Complementary Color

#cbe6db #e6cbd6

#cbe6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6db Color CSS Codes

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

#cbe6db Text Font Color

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

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


#cbe6db Background Color

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

This div background color is #cbe6db


#cbe6db Border Color

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

This div border color is #cbe6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6db


Comments

No comments written yet.

Please login to write comment.