Color Hex Logo

#dae63b Color Hex

#DAE63B
(218,230,59)
0 Favorites   0 Comments

Color spaces of #dae63b

RGB 21823059
HSL0.180.770.57
HSV64°74°90°
CMYK 0.050.000.74   0.10
XYZ57.999771.814814.9424
Yxy71.81480.40070.4961
Hunter Lab84.7436-26.133548.8662
CIE-Lab87.8794-23.658375.9411

#dae63b color RGB value is (218,230,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00111011
Octal 332 346 73
Decimal 218 230 59
Hex DA E6 3B

RGB Percentages of Color #dae63b

%43.00
%45.36
%11.64

CMYK Percentages of Color #dae63b

%5
%0
%74
%10

Triadic Colors of #dae63b

#dae63b #3bdae6 #e63bda

Analogous Colors of #dae63b

#dae63b #85e63b #e69d3b

Monochromatic Colors of #dae63b

#dae63b

Complementary Color

#dae63b #473be6

#dae63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae63b Color CSS Codes

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

#dae63b Text Font Color

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

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


#dae63b Background Color

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

This div background color is #dae63b


#dae63b Border Color

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

This div border color is #dae63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae63b


Comments

No comments written yet.

Please login to write comment.