Color Hex Logo

#ded27b Color Hex

#DED27B
(222,210,123)
0 Favorites   0 Comments

Color spaces of #ded27b

RGB 222210123
HSL0.150.600.68
HSV53°45°87°
CMYK 0.000.050.45   0.13
XYZ56.745963.052827.9185
Yxy63.05280.38420.4268
Hunter Lab79.4058-11.398434.7381
CIE-Lab83.4702-7.731344.4407

#ded27b color RGB value is (222,210,123).

#ded27b hex color red value is 222, green value is 210 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ded27b hue: 0.15 , saturation: 0.60 and the lightness value of ded27b is 0.68.

The process color (four color CMYK) of #ded27b color hex is 0.00, 0.05, 0.45, 0.13. Web safe color of #ded27b is #cccc66. Color #ded27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 01111011
Octal 336 322 173
Decimal 222 210 123
Hex DE D2 7B

RGB Percentages of Color #ded27b

%40.00
%37.84
%22.16

CMYK Percentages of Color #ded27b

%0
%5
%45
%13

Triadic Colors of #ded27b

#ded27b #7bded2 #d27bde

Analogous Colors of #ded27b

#ded27b #b9de7b #dea17b

Monochromatic Colors of #ded27b

#ded27b

Complementary Color

#ded27b #7b87de

#ded27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded27b Color CSS Codes

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

#ded27b Text Font Color

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

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


#ded27b Background Color

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

This div background color is #ded27b


#ded27b Border Color

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

This div border color is #ded27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded27b


Comments

No comments written yet.

Please login to write comment.