color codes Logo

#ffd75c color codes

#FFD75C
(255,215,92)
0 Favorites   0 Comments

Color spaces of #ffd75c

RGB 25521592
HSL0.131.000.68
HSV45°64°100°
CMYK 0.000.160.64   0.00
XYZ67.472270.633620.2027
Yxy70.63360.42620.4462
Hunter Lab84.0438-3.772944.5784
CIE-Lab87.30670.744064.0428

#ffd75c color RGB value is (255,215,92).

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

The process color (four color CMYK) of #ffd75c color code is 0.00, 0.16, 0.64, 0.00. Web safe color of #ffd75c is #ffcc66. Color #ffd75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01011100
Octal 377 327 134
Decimal 255 215 92
Hex FF D7 5C

RGB Percentages of Color #ffd75c

%45.37
%38.26
%16.37

CMYK Percentages of Color #ffd75c

%0
%16
%64
%0

Triadic Colors of #ffd75c

#ffd75c #5cffd7 #d75cff

Analogous Colors of #ffd75c

#ffd75c #d6ff5c #ff865c

Monochromatic Colors of #ffd75c

#ffd75c

Complementary Color

#ffd75c #5c84ff

#ffd75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd75c Color CSS Codes

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

#ffd75c Text Font Color

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

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


#ffd75c Background Color

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

This div background color is #ffd75c


#ffd75c Border Color

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

This div border color is #ffd75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd75c

#ffd75c Color Palettes


Comments

No comments written yet.

Please login to write comment.