Color Hex Logo

#ceefdd Color Hex

#CEEFDD
(206,239,221)
0 Favorites   0 Comments

Color spaces of #ceefdd

RGB 206239221
HSL0.410.510.87
HSV147°14°94°
CMYK 0.140.000.08   0.06
XYZ69.371280.075380.2064
Yxy80.07530.30210.3487
Hunter Lab89.4848-18.22019.4970
CIE-Lab91.7186-14.12725.0960

#ceefdd color RGB value is (206,239,221).

#ceefdd hex color red value is 206, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ceefdd hue: 0.41 , saturation: 0.51 and the lightness value of ceefdd is 0.87.

The process color (four color CMYK) of #ceefdd color hex is 0.14, 0.00, 0.08, 0.06. Web safe color of #ceefdd is #ccffcc. Color #ceefdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11011101
Octal 316 357 335
Decimal 206 239 221
Hex CE EF DD

RGB Percentages of Color #ceefdd

%30.93
%35.89
%33.18

CMYK Percentages of Color #ceefdd

%14
%0
%8
%6

Triadic Colors of #ceefdd

#ceefdd #ddceef #efddce

Analogous Colors of #ceefdd

#ceefdd #ceefee #d0efce

Monochromatic Colors of #ceefdd

#ceefdd

Complementary Color

#ceefdd #efcee0

#ceefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefdd Color CSS Codes

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

#ceefdd Text Font Color

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

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


#ceefdd Background Color

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

This div background color is #ceefdd


#ceefdd Border Color

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

This div border color is #ceefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefdd


Comments

No comments written yet.

Please login to write comment.