Color Hex Logo

#ceeee3 Color Hex

#CEEEE3
(206,238,227)
0 Favorites   0 Comments

Color spaces of #ceeee3

RGB 206238227
HSL0.440.480.87
HSV159°13°93°
CMYK 0.130.000.05   0.07
XYZ69.893379.816984.3955
Yxy79.81690.29860.3409
Hunter Lab89.3403-16.70026.5298
CIE-Lab91.6026-12.50061.8046

#ceeee3 color RGB value is (206,238,227).

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

The process color (four color CMYK) of #ceeee3 color hex is 0.13, 0.00, 0.05, 0.07. Web safe color of #ceeee3 is #ccffcc. Color #ceeee3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11100011
Octal 316 356 343
Decimal 206 238 227
Hex CE EE E3

RGB Percentages of Color #ceeee3

%30.70
%35.47
%33.83

CMYK Percentages of Color #ceeee3

%13
%0
%5
%7

Triadic Colors of #ceeee3

#ceeee3 #e3ceee #eee3ce

Analogous Colors of #ceeee3

#ceeee3 #cee9ee #ceeed3

Monochromatic Colors of #ceeee3

#ceeee3

Complementary Color

#ceeee3 #eeced9

#ceeee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeee3 Color CSS Codes

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

#ceeee3 Text Font Color

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

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


#ceeee3 Background Color

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

This div background color is #ceeee3


#ceeee3 Border Color

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

This div border color is #ceeee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeee3


Comments

No comments written yet.

Please login to write comment.