Color Hex Logo

#ded64b Color Hex

#DED64B
(222,214,75)
0 Favorites   0 Comments

Color spaces of #ded64b

RGB 22221475
HSL0.160.690.58
HSV57°66°87°
CMYK 0.000.040.66   0.13
XYZ55.440864.130716.1130
Yxy64.13070.40860.4726
Hunter Lab80.0816-16.566744.1276
CIE-Lab84.0338-13.413566.6843

#ded64b color RGB value is (222,214,75).

#ded64b hex color red value is 222, green value is 214 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ded64b hue: 0.16 , saturation: 0.69 and the lightness value of ded64b is 0.58.

The process color (four color CMYK) of #ded64b color hex is 0.00, 0.04, 0.66, 0.13. Web safe color of #ded64b is #cccc33. Color #ded64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01001011
Octal 336 326 113
Decimal 222 214 75
Hex DE D6 4B

RGB Percentages of Color #ded64b

%43.44
%41.88
%14.68

CMYK Percentages of Color #ded64b

%0
%4
%66
%13

Triadic Colors of #ded64b

#ded64b #4bded6 #d64bde

Analogous Colors of #ded64b

#ded64b #9dde4b #de8d4b

Monochromatic Colors of #ded64b

#ded64b

Complementary Color

#ded64b #4b53de

#ded64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded64b Color CSS Codes

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

#ded64b Text Font Color

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

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


#ded64b Background Color

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

This div background color is #ded64b


#ded64b Border Color

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

This div border color is #ded64b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,214,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ded64b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ded64b;
  -webkit-box-shadow: 1px 1px 3px 2px #ded64b;
  box-shadow:         1px 1px 3px 2px #ded64b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,214,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded64b


Comments

No comments written yet.

Please login to write comment.