Color Hex Logo

#cefddd Color Hex

#CEFDDD
(206,253,221)
0 Favorites   0 Comments

Color spaces of #cefddd

RGB 206253221
HSL0.390.920.90
HSV139°19°99°
CMYK 0.190.000.13   0.01
XYZ73.630088.592881.6260
Yxy88.59280.30190.3633
Hunter Lab94.1237-25.081714.4691
CIE-Lab95.4100-21.008210.4010

#cefddd color RGB value is (206,253,221).

#cefddd hex color red value is 206, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cefddd hue: 0.39 , saturation: 0.92 and the lightness value of cefddd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11011101
Octal 316 375 335
Decimal 206 253 221
Hex CE FD DD

RGB Percentages of Color #cefddd

%30.29
%37.21
%32.50

CMYK Percentages of Color #cefddd

%19
%0
%13
%1

Triadic Colors of #cefddd

#cefddd #ddcefd #fdddce

Analogous Colors of #cefddd

#cefddd #cefdf5 #d7fdce

Monochromatic Colors of #cefddd

#cefddd

Complementary Color

#cefddd #fdceee

#cefddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefddd Color CSS Codes

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

#cefddd Text Font Color

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

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


#cefddd Background Color

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

This div background color is #cefddd


#cefddd Border Color

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

This div border color is #cefddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefddd


Comments

No comments written yet.

Please login to write comment.