Color Hex Logo

#dae635 Color Hex

#DAE635
(218,230,53)
0 Favorites   0 Comments

Color spaces of #dae635

RGB 21823053
HSL0.180.780.55
HSV64°77°90°
CMYK 0.050.000.77   0.10
XYZ57.852971.756114.1693
Yxy71.75610.40240.4991
Hunter Lab84.7090-26.332249.3788
CIE-Lab87.8511-23.894477.7030

#dae635 color RGB value is (218,230,53).

#dae635 hex color red value is 218, green value is 230 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dae635 hue: 0.18 , saturation: 0.78 and the lightness value of dae635 is 0.55.

The process color (four color CMYK) of #dae635 color hex is 0.05, 0.00, 0.77, 0.10. Web safe color of #dae635 is #ccff33. Color #dae635 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00110101
Octal 332 346 65
Decimal 218 230 53
Hex DA E6 35

RGB Percentages of Color #dae635

%43.51
%45.91
%10.58

CMYK Percentages of Color #dae635

%5
%0
%77
%10

Triadic Colors of #dae635

#dae635 #35dae6 #e635da

Analogous Colors of #dae635

#dae635 #82e635 #e69a35

Monochromatic Colors of #dae635

#dae635

Complementary Color

#dae635 #4135e6

#dae635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae635 Color CSS Codes

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

#dae635 Text Font Color

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

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


#dae635 Background Color

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

This div background color is #dae635


#dae635 Border Color

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

This div border color is #dae635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae635


Comments

No comments written yet.

Please login to write comment.