Color Hex Logo

#ffd952 Color Hex

#FFD952
(255,217,82)
0 Favorites   0 Comments

Color spaces of #ffd952

RGB 25521782
HSL0.131.000.66
HSV47°68°100°
CMYK 0.000.150.68   0.00
XYZ67.575871.494918.2209
Yxy71.49490.42960.4545
Hunter Lab84.5547-5.314046.4117
CIE-Lab87.7249-0.830468.6229

#ffd952 color RGB value is (255,217,82).

#ffd952 hex color red value is 255, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ffd952 hue: 0.13 , saturation: 1.00 and the lightness value of ffd952 is 0.66.

The process color (four color CMYK) of #ffd952 color hex is 0.00, 0.15, 0.68, 0.00. Web safe color of #ffd952 is #ffcc66. Color #ffd952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01010010
Octal 377 331 122
Decimal 255 217 82
Hex FF D9 52

RGB Percentages of Color #ffd952

%46.03
%39.17
%14.80

CMYK Percentages of Color #ffd952

%0
%15
%68
%0

Triadic Colors of #ffd952

#ffd952 #52ffd9 #d952ff

Analogous Colors of #ffd952

#ffd952 #cfff52 #ff8352

Monochromatic Colors of #ffd952

#ffd952

Complementary Color

#ffd952 #5278ff

#ffd952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd952 Color CSS Codes

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

#ffd952 Text Font Color

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

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


#ffd952 Background Color

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

This div background color is #ffd952


#ffd952 Border Color

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

This div border color is #ffd952


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,217,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd952; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd952;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd952;
  box-shadow:         1px 1px 3px 2px #ffd952; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd952

#ffd952 Color Palettes


Comments

No comments written yet.

Please login to write comment.