Color Hex Logo

#dae826 Color Hex

#DAE826
(218,232,38)
0 Favorites   0 Comments

Color spaces of #dae826

RGB 21823238
HSL0.180.810.53
HSV64°84°91°
CMYK 0.060.000.84   0.09
XYZ58.119972.758612.8143
Yxy72.75860.40450.5063
Hunter Lab85.2987-27.648250.8020
CIE-Lab88.3325-25.318581.8725

#dae826 color RGB value is (218,232,38).

#dae826 hex color red value is 218, green value is 232 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dae826 hue: 0.18 , saturation: 0.81 and the lightness value of dae826 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00100110
Octal 332 350 46
Decimal 218 232 38
Hex DA E8 26

RGB Percentages of Color #dae826

%44.67
%47.54
%7.79

CMYK Percentages of Color #dae826

%6
%0
%84
%9

Triadic Colors of #dae826

#dae826 #26dae8 #e826da

Analogous Colors of #dae826

#dae826 #79e826 #e89526

Monochromatic Colors of #dae826

#dae826

Complementary Color

#dae826 #3426e8

#dae826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae826 Color CSS Codes

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

#dae826 Text Font Color

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

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


#dae826 Background Color

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

This div background color is #dae826


#dae826 Border Color

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

This div border color is #dae826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae826


Comments

No comments written yet.

Please login to write comment.