Color Hex Logo

#daebba Color Hex

#DAEBBA
(218,235,186)
0 Favorites   0 Comments

Color spaces of #daebba

RGB 218235186
HSL0.220.550.83
HSV81°21°92°
CMYK 0.070.000.21   0.08
XYZ67.484777.867357.9274
Yxy77.86730.33200.3831
Hunter Lab88.2425-17.913822.8484
CIE-Lab90.7193-13.938021.9405

#daebba color RGB value is (218,235,186).

#daebba hex color red value is 218, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #daebba hue: 0.22 , saturation: 0.55 and the lightness value of daebba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10111010
Octal 332 353 272
Decimal 218 235 186
Hex DA EB BA

RGB Percentages of Color #daebba

%34.12
%36.78
%29.11

CMYK Percentages of Color #daebba

%7
%0
%21
%8

Triadic Colors of #daebba

#daebba #badaeb #ebbada

Analogous Colors of #daebba

#daebba #c2ebba #ebe4ba

Monochromatic Colors of #daebba

#daebba

Complementary Color

#daebba #cbbaeb

#daebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebba Color CSS Codes

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

#daebba Text Font Color

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

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


#daebba Background Color

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

This div background color is #daebba


#daebba Border Color

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

This div border color is #daebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebba


Comments

No comments written yet.

Please login to write comment.