Color Hex Logo

#daeb67 Color Hex

#DAEB67
(218,235,103)
0 Favorites   0 Comments

Color spaces of #daeb67

RGB 218235103
HSL0.190.770.66
HSV68°56°92°
CMYK 0.070.000.56   0.08
XYZ61.070075.301424.1479
Yxy75.30140.38050.4691
Hunter Lab86.7764-26.237044.2444
CIE-Lab89.5340-23.435260.8945

#daeb67 color RGB value is (218,235,103).

#daeb67 hex color red value is 218, green value is 235 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daeb67 hue: 0.19 , saturation: 0.77 and the lightness value of daeb67 is 0.66.

The process color (four color CMYK) of #daeb67 color hex is 0.07, 0.00, 0.56, 0.08. Web safe color of #daeb67 is #ccff66. Color #daeb67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01100111
Octal 332 353 147
Decimal 218 235 103
Hex DA EB 67

RGB Percentages of Color #daeb67

%39.21
%42.27
%18.53

CMYK Percentages of Color #daeb67

%7
%0
%56
%8

Triadic Colors of #daeb67

#daeb67 #67daeb #eb67da

Analogous Colors of #daeb67

#daeb67 #98eb67 #ebba67

Monochromatic Colors of #daeb67

#daeb67

Complementary Color

#daeb67 #7867eb

#daeb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb67 Color CSS Codes

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

#daeb67 Text Font Color

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

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


#daeb67 Background Color

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

This div background color is #daeb67


#daeb67 Border Color

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

This div border color is #daeb67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb67


Comments

No comments written yet.

Please login to write comment.