Color Hex Logo

#dae4bf Color Hex

#DAE4BF
(218,228,191)
0 Favorites   0 Comments

Color spaces of #dae4bf

RGB 218228191
HSL0.210.410.82
HSV76°16°89°
CMYK 0.040.000.16   0.11
XYZ66.060874.153860.1216
Yxy74.15380.32970.3701
Hunter Lab86.1126-13.761818.8841
CIE-Lab88.9951-9.665716.9469

#dae4bf color RGB value is (218,228,191).

#dae4bf hex color red value is 218, green value is 228 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dae4bf hue: 0.21 , saturation: 0.41 and the lightness value of dae4bf is 0.82.

The process color (four color CMYK) of #dae4bf color hex is 0.04, 0.00, 0.16, 0.11. Web safe color of #dae4bf is #cccccc. Color #dae4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 10111111
Octal 332 344 277
Decimal 218 228 191
Hex DA E4 BF

RGB Percentages of Color #dae4bf

%34.22
%35.79
%29.98

CMYK Percentages of Color #dae4bf

%4
%0
%16
%11

Triadic Colors of #dae4bf

#dae4bf #bfdae4 #e4bfda

Analogous Colors of #dae4bf

#dae4bf #c8e4bf #e4dcbf

Monochromatic Colors of #dae4bf

#dae4bf

Complementary Color

#dae4bf #c9bfe4

#dae4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae4bf Color CSS Codes

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

#dae4bf Text Font Color

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

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


#dae4bf Background Color

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

This div background color is #dae4bf


#dae4bf Border Color

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

This div border color is #dae4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,228,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae4bf


Comments

No comments written yet.

Please login to write comment.