Color Hex Logo

#ceeece Color Hex

#CEEECE
(206,238,206)
0 Favorites   0 Comments

Color spaces of #ceeece

RGB 206238206
HSL0.330.480.87
HSV120°13°93°
CMYK 0.130.000.13   0.07
XYZ67.168778.727170.0482
Yxy78.72710.31100.3646
Hunter Lab88.7283-20.147215.3022
CIE-Lab91.1107-16.322212.0200

#ceeece color RGB value is (206,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11001110
Octal 316 356 316
Decimal 206 238 206
Hex CE EE CE

RGB Percentages of Color #ceeece

%31.69
%36.62
%31.69

CMYK Percentages of Color #ceeece

%13
%0
%13
%7

Triadic Colors of #ceeece

#ceeece #ceceee #eecece

Analogous Colors of #ceeece

#ceeece #ceeede #deeece

Monochromatic Colors of #ceeece

#ceeece

Complementary Color

#ceeece #eeceee

#ceeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeece Color CSS Codes

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

#ceeece Text Font Color

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

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


#ceeece Background Color

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

This div background color is #ceeece


#ceeece Border Color

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

This div border color is #ceeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeece


Comments

No comments written yet.

Please login to write comment.