Color Hex Logo

#daeae3 Color Hex

#DAEAE3
(218,234,227)
0 Favorites   0 Comments

Color spaces of #daeae3

RGB 218234227
HSL0.430.280.89
HSV154°92°
CMYK 0.070.000.03   0.08
XYZ72.201479.297184.1735
Yxy79.29710.30640.3365
Hunter Lab89.0489-11.10676.2904
CIE-Lab91.3686-6.57751.5623

#daeae3 color RGB value is (218,234,227).

#daeae3 hex color red value is 218, green value is 234 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #daeae3 hue: 0.43 , saturation: 0.28 and the lightness value of daeae3 is 0.89.

The process color (four color CMYK) of #daeae3 color hex is 0.07, 0.00, 0.03, 0.08. Web safe color of #daeae3 is #ccffcc. Color #daeae3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11100011
Octal 332 352 343
Decimal 218 234 227
Hex DA EA E3

RGB Percentages of Color #daeae3

%32.11
%34.46
%33.43

CMYK Percentages of Color #daeae3

%7
%0
%3
%8

Triadic Colors of #daeae3

#daeae3 #e3daea #eae3da

Analogous Colors of #daeae3

#daeae3 #dae9ea #daeadb

Monochromatic Colors of #daeae3

#daeae3

Complementary Color

#daeae3 #eadae1

#daeae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeae3 Color CSS Codes

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

#daeae3 Text Font Color

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

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


#daeae3 Background Color

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

This div background color is #daeae3


#daeae3 Border Color

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

This div border color is #daeae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeae3


Comments

No comments written yet.

Please login to write comment.