Color Hex Logo

#ceeeeb Color Hex

#CEEEEB
(206,238,235)
0 Favorites   0 Comments

Color spaces of #ceeeeb

RGB 206238235
HSL0.480.480.87
HSV174°13°93°
CMYK 0.130.000.01   0.07
XYZ71.023580.269090.3474
Yxy80.26900.29390.3322
Hunter Lab89.5930-15.28452.9258
CIE-Lab91.8054-10.9551-2.0668

#ceeeeb color RGB value is (206,238,235).

#ceeeeb hex color red value is 206, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceeeeb hue: 0.48 , saturation: 0.48 and the lightness value of ceeeeb is 0.87.

The process color (four color CMYK) of #ceeeeb color hex is 0.13, 0.00, 0.01, 0.07. Web safe color of #ceeeeb is #ccffff. Color #ceeeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11101011
Octal 316 356 353
Decimal 206 238 235
Hex CE EE EB

RGB Percentages of Color #ceeeeb

%30.34
%35.05
%34.61

CMYK Percentages of Color #ceeeeb

%13
%0
%1
%7

Triadic Colors of #ceeeeb

#ceeeeb #ebceee #eeebce

Analogous Colors of #ceeeeb

#ceeeeb #cee1ee #ceeedb

Monochromatic Colors of #ceeeeb

#ceeeeb

Complementary Color

#ceeeeb #eeced1

#ceeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeeeb Color CSS Codes

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

#ceeeeb Text Font Color

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

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


#ceeeeb Background Color

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

This div background color is #ceeeeb


#ceeeeb Border Color

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

This div border color is #ceeeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,238,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceeeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceeeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ceeeeb;
  box-shadow:         1px 1px 3px 2px #ceeeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,238,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeeeb


Comments

No comments written yet.

Please login to write comment.