Color Hex Logo

#cefdae Color Hex

#CEFDAE
(206,253,174)
0 Favorites   0 Comments

Color spaces of #cefdae

RGB 206253174
HSL0.270.950.84
HSV96°31°99°
CMYK 0.190.000.31   0.01
XYZ68.218986.428453.1312
Yxy86.42840.32830.4160
Hunter Lab92.9669-31.709131.1922
CIE-Lab94.4952-28.601733.0528

#cefdae color RGB value is (206,253,174).

#cefdae hex color red value is 206, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cefdae hue: 0.27 , saturation: 0.95 and the lightness value of cefdae is 0.84.

The process color (four color CMYK) of #cefdae color hex is 0.19, 0.00, 0.31, 0.01. Web safe color of #cefdae is #ccff99. Color #cefdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 10101110
Octal 316 375 256
Decimal 206 253 174
Hex CE FD AE

RGB Percentages of Color #cefdae

%32.54
%39.97
%27.49

CMYK Percentages of Color #cefdae

%19
%0
%31
%1

Triadic Colors of #cefdae

#cefdae #aecefd #fdaece

Analogous Colors of #cefdae

#cefdae #aefdb6 #f6fdae

Monochromatic Colors of #cefdae

#cefdae

Complementary Color

#cefdae #ddaefd

#cefdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdae Color CSS Codes

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

#cefdae Text Font Color

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

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


#cefdae Background Color

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

This div background color is #cefdae


#cefdae Border Color

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

This div border color is #cefdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdae

Related Colors


Comments

No comments written yet.

Please login to write comment.