Color Hex Logo

#dafcae Color Hex

#DAFCAE
(218,252,174)
0 Favorites   0 Comments

Color spaces of #dafcae

RGB 218252174
HSL0.240.930.84
HSV86°31°99°
CMYK 0.130.000.31   0.01
XYZ71.363887.582253.1882
Yxy87.58220.33640.4129
Hunter Lab93.5854-27.658731.8129
CIE-Lab94.9847-23.935633.8405

#dafcae color RGB value is (218,252,174).

#dafcae hex color red value is 218, green value is 252 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dafcae hue: 0.24 , saturation: 0.93 and the lightness value of dafcae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10101110
Octal 332 374 256
Decimal 218 252 174
Hex DA FC AE

RGB Percentages of Color #dafcae

%33.85
%39.13
%27.02

CMYK Percentages of Color #dafcae

%13
%0
%31
%1

Triadic Colors of #dafcae

#dafcae #aedafc #fcaeda

Analogous Colors of #dafcae

#dafcae #b3fcae #fcf7ae

Monochromatic Colors of #dafcae

#dafcae

Complementary Color

#dafcae #d0aefc

#dafcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcae Color CSS Codes

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

#dafcae Text Font Color

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

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


#dafcae Background Color

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

This div background color is #dafcae


#dafcae Border Color

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

This div border color is #dafcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcae

Related Colors


Comments

No comments written yet.

Please login to write comment.