Color Hex Logo

#dae633 Color Hex

#DAE633
(218,230,51)
0 Favorites   0 Comments

Color spaces of #dae633

RGB 21823051
HSL0.180.780.55
HSV64°78°90°
CMYK 0.050.000.78   0.10
XYZ57.807871.738113.9320
Yxy71.73810.40290.5000
Hunter Lab84.6983-26.393449.5363
CIE-Lab87.8424-23.967178.2570

#dae633 color RGB value is (218,230,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00110011
Octal 332 346 63
Decimal 218 230 51
Hex DA E6 33

RGB Percentages of Color #dae633

%43.69
%46.09
%10.22

CMYK Percentages of Color #dae633

%5
%0
%78
%10

Triadic Colors of #dae633

#dae633 #33dae6 #e633da

Analogous Colors of #dae633

#dae633 #81e633 #e69933

Monochromatic Colors of #dae633

#dae633

Complementary Color

#dae633 #3f33e6

#dae633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae633 Color CSS Codes

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

#dae633 Text Font Color

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

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


#dae633 Background Color

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

This div background color is #dae633


#dae633 Border Color

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

This div border color is #dae633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae633


Comments

No comments written yet.

Please login to write comment.