Color Hex Logo

#dae734 Color Hex

#DAE734
(218,231,52)
0 Favorites   0 Comments

Color spaces of #dae734

RGB 21823152
HSL0.180.790.55
HSV64°77°91°
CMYK 0.060.000.77   0.09
XYZ58.109272.305214.1424
Yxy72.30520.40200.5002
Hunter Lab85.0325-26.824149.6618
CIE-Lab88.1153-24.408578.2227

#dae734 color RGB value is (218,231,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00110100
Octal 332 347 64
Decimal 218 231 52
Hex DA E7 34

RGB Percentages of Color #dae734

%43.51
%46.11
%10.38

CMYK Percentages of Color #dae734

%6
%0
%77
%9

Triadic Colors of #dae734

#dae734 #34dae7 #e734da

Analogous Colors of #dae734

#dae734 #81e734 #e79b34

Monochromatic Colors of #dae734

#dae734

Complementary Color

#dae734 #4134e7

#dae734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae734 Color CSS Codes

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

#dae734 Text Font Color

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

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


#dae734 Background Color

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

This div background color is #dae734


#dae734 Border Color

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

This div border color is #dae734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae734


Comments

No comments written yet.

Please login to write comment.