Color Hex Logo

#dae738 Color Hex

#DAE738
(218,231,56)
0 Favorites   0 Comments

Color spaces of #dae738

RGB 21823156
HSL0.180.780.56
HSV64°76°91°
CMYK 0.060.000.76   0.09
XYZ58.203272.342814.6373
Yxy72.34280.40090.4983
Hunter Lab85.0546-26.697249.3348
CIE-Lab88.1333-24.257677.0859

#dae738 color RGB value is (218,231,56).

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

The process color (four color CMYK) of #dae738 color hex is 0.06, 0.00, 0.76, 0.09. Web safe color of #dae738 is #ccff33. Color #dae738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00111000
Octal 332 347 70
Decimal 218 231 56
Hex DA E7 38

RGB Percentages of Color #dae738

%43.17
%45.74
%11.09

CMYK Percentages of Color #dae738

%6
%0
%76
%9

Triadic Colors of #dae738

#dae738 #38dae7 #e738da

Analogous Colors of #dae738

#dae738 #83e738 #e79d38

Monochromatic Colors of #dae738

#dae738

Complementary Color

#dae738 #4538e7

#dae738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae738 Color CSS Codes

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

#dae738 Text Font Color

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

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


#dae738 Background Color

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

This div background color is #dae738


#dae738 Border Color

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

This div border color is #dae738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae738


Comments

No comments written yet.

Please login to write comment.