Color Hex Logo

#cbeadb Color Hex

#CBEADB
(203,234,219)
0 Favorites   0 Comments

Color spaces of #cbeadb

RGB 203234219
HSL0.420.420.86
HSV151°13°92°
CMYK 0.130.000.06   0.08
XYZ66.837676.656678.2913
Yxy76.65660.30140.3456
Hunter Lab87.5538-16.95418.2700
CIE-Lab90.1633-12.97183.8637

#cbeadb color RGB value is (203,234,219).

#cbeadb hex color red value is 203, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbeadb hue: 0.42 , saturation: 0.42 and the lightness value of cbeadb is 0.86.

The process color (four color CMYK) of #cbeadb color hex is 0.13, 0.00, 0.06, 0.08. Web safe color of #cbeadb is #ccffcc. Color #cbeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11011011
Octal 313 352 333
Decimal 203 234 219
Hex CB EA DB

RGB Percentages of Color #cbeadb

%30.95
%35.67
%33.38

CMYK Percentages of Color #cbeadb

%13
%0
%6
%8

Triadic Colors of #cbeadb

#cbeadb #dbcbea #eadbcb

Analogous Colors of #cbeadb

#cbeadb #cbeaea #cbeacc

Monochromatic Colors of #cbeadb

#cbeadb

Complementary Color

#cbeadb #eacbda

#cbeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeadb Color CSS Codes

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

#cbeadb Text Font Color

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

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


#cbeadb Background Color

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

This div background color is #cbeadb


#cbeadb Border Color

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

This div border color is #cbeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeadb

#cbeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.