Color Hex Logo

#ffd152 Color Hex

#FFD152
(255,209,82)
0 Favorites   0 Comments

Color spaces of #ffd152

RGB 25520982
HSL0.121.000.66
HSV44°68°100°
CMYK 0.000.180.68   0.00
XYZ65.563567.470117.5501
Yxy67.47010.43540.4481
Hunter Lab82.1402-1.268444.8302
CIE-Lab85.74083.247466.5715

#ffd152 color RGB value is (255,209,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01010010
Octal 377 321 122
Decimal 255 209 82
Hex FF D1 52

RGB Percentages of Color #ffd152

%46.70
%38.28
%15.02

CMYK Percentages of Color #ffd152

%0
%18
%68
%0

Triadic Colors of #ffd152

#ffd152 #52ffd1 #d152ff

Analogous Colors of #ffd152

#ffd152 #d7ff52 #ff7b52

Monochromatic Colors of #ffd152

#ffd152

Complementary Color

#ffd152 #5280ff

#ffd152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd152 Color CSS Codes

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

#ffd152 Text Font Color

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

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


#ffd152 Background Color

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

This div background color is #ffd152


#ffd152 Border Color

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

This div border color is #ffd152


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,209,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 #ffd152">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd152

Related Colors


Comments

No comments written yet.

Please login to write comment.