Color Hex Logo

#ceedce Color Hex

#CEEDCE
(206,237,206)
0 Favorites   0 Comments

Color spaces of #ceedce

RGB 206237206
HSL0.330.460.87
HSV120°13°93°
CMYK 0.130.000.13   0.07
XYZ66.878478.146469.9514
Yxy78.14640.31110.3635
Hunter Lab88.4005-19.658614.9641
CIE-Lab90.8467-15.826811.6444

#ceedce color RGB value is (206,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11001110
Octal 316 355 316
Decimal 206 237 206
Hex CE ED CE

RGB Percentages of Color #ceedce

%31.74
%36.52
%31.74

CMYK Percentages of Color #ceedce

%13
%0
%13
%7

Triadic Colors of #ceedce

#ceedce #ceceed #edcece

Analogous Colors of #ceedce

#ceedce #ceedde #deedce

Monochromatic Colors of #ceedce

#ceedce

Complementary Color

#ceedce #edceed

#ceedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedce Color CSS Codes

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

#ceedce Text Font Color

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

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


#ceedce Background Color

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

This div background color is #ceedce


#ceedce Border Color

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

This div border color is #ceedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedce


Comments

No comments written yet.

Please login to write comment.