Color Hex Logo

#cefadd Color Hex

#CEFADD
(206,250,221)
0 Favorites   0 Comments

Color spaces of #cefadd

RGB 206250221
HSL0.390.810.89
HSV140°18°98°
CMYK 0.180.000.12   0.02
XYZ72.690486.713581.3128
Yxy86.71350.30200.3602
Hunter Lab93.1201-23.621413.4118
CIE-Lab94.6166-19.55009.2657

#cefadd color RGB value is (206,250,221).

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

The process color (four color CMYK) of #cefadd color hex is 0.18, 0.00, 0.12, 0.02. Web safe color of #cefadd is #ccffcc. Color #cefadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11011101
Octal 316 372 335
Decimal 206 250 221
Hex CE FA DD

RGB Percentages of Color #cefadd

%30.43
%36.93
%32.64

CMYK Percentages of Color #cefadd

%18
%0
%12
%2

Triadic Colors of #cefadd

#cefadd #ddcefa #faddce

Analogous Colors of #cefadd

#cefadd #cefaf3 #d5face

Monochromatic Colors of #cefadd

#cefadd

Complementary Color

#cefadd #faceeb

#cefadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefadd Color CSS Codes

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

#cefadd Text Font Color

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

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


#cefadd Background Color

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

This div background color is #cefadd


#cefadd Border Color

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

This div border color is #cefadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefadd


Comments

No comments written yet.

Please login to write comment.