Color Hex Logo

#cbeaed Color Hex

#CBEAED
(203,234,237)
0 Favorites   0 Comments

Color spaces of #cbeaed

RGB 203234237
HSL0.510.490.86
HSV185°14°93°
CMYK 0.140.010.00   0.07
XYZ69.337577.656691.4555
Yxy77.65660.29080.3257
Hunter Lab88.1230-13.76670.1539
CIE-Lab90.6230-9.4774-4.8708

#cbeaed color RGB value is (203,234,237).

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

The process color (four color CMYK) of #cbeaed color hex is 0.14, 0.01, 0.00, 0.07. Web safe color of #cbeaed is #ccffff. Color #cbeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11101101
Octal 313 352 355
Decimal 203 234 237
Hex CB EA ED

RGB Percentages of Color #cbeaed

%30.12
%34.72
%35.16

CMYK Percentages of Color #cbeaed

%14
%1
%0
%7

Triadic Colors of #cbeaed

#cbeaed #edcbea #eaedcb

Analogous Colors of #cbeaed

#cbeaed #cbd9ed #cbeddf

Monochromatic Colors of #cbeaed

#cbeaed

Complementary Color

#cbeaed #edcecb

#cbeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaed Color CSS Codes

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

#cbeaed Text Font Color

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

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


#cbeaed Background Color

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

This div background color is #cbeaed


#cbeaed Border Color

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

This div border color is #cbeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaed


Comments

No comments written yet.

Please login to write comment.