Color Hex Logo

#cefad4 Color Hex

#CEFAD4
(206,250,212)
0 Favorites   0 Comments

Color spaces of #cefad4

RGB 206250212
HSL0.360.810.89
HSV128°18°98°
CMYK 0.180.000.15   0.02
XYZ71.522986.246575.1649
Yxy86.24650.30710.3703
Hunter Lab92.8690-25.049317.0211
CIE-Lab94.4176-21.153713.6162

#cefad4 color RGB value is (206,250,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11010100
Octal 316 372 324
Decimal 206 250 212
Hex CE FA D4

RGB Percentages of Color #cefad4

%30.84
%37.43
%31.74

CMYK Percentages of Color #cefad4

%18
%0
%15
%2

Triadic Colors of #cefad4

#cefad4 #d4cefa #fad4ce

Analogous Colors of #cefad4

#cefad4 #cefaea #deface

Monochromatic Colors of #cefad4

#cefad4

Complementary Color

#cefad4 #facef4

#cefad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefad4 Color CSS Codes

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

#cefad4 Text Font Color

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

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


#cefad4 Background Color

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

This div background color is #cefad4


#cefad4 Border Color

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

This div border color is #cefad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefad4


Comments

No comments written yet.

Please login to write comment.