Color Hex Logo

#ceedda Color Hex

#CEEDDA
(206,237,218)
0 Favorites   0 Comments

Color spaces of #ceedda

RGB 206237218
HSL0.400.460.87
HSV143°13°93°
CMYK 0.130.000.08   0.07
XYZ68.392778.752177.9257
Yxy78.75210.30390.3499
Hunter Lab88.7424-17.731310.0564
CIE-Lab91.1220-13.68215.7959

#ceedda color RGB value is (206,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11011010
Octal 316 355 332
Decimal 206 237 218
Hex CE ED DA

RGB Percentages of Color #ceedda

%31.16
%35.85
%32.98

CMYK Percentages of Color #ceedda

%13
%0
%8
%7

Triadic Colors of #ceedda

#ceedda #daceed #eddace

Analogous Colors of #ceedda

#ceedda #ceedea #d2edce

Monochromatic Colors of #ceedda

#ceedda

Complementary Color

#ceedda #edcee1

#ceedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedda Color CSS Codes

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

#ceedda Text Font Color

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

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


#ceedda Background Color

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

This div background color is #ceedda


#ceedda Border Color

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

This div border color is #ceedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedda


Comments

No comments written yet.

Please login to write comment.