Color Hex Logo

#ffb75d Color Hex

#FFB75D
(255,183,93)
0 Favorites   0 Comments

Color spaces of #ffb75d

RGB 25518393
HSL0.091.000.68
HSV33°64°100°
CMYK 0.000.280.64   0.00
XYZ60.149355.917317.9788
Yxy55.91730.44870.4172
Hunter Lab74.777912.719338.0894
CIE-Lab79.566717.347955.0474

#ffb75d color RGB value is (255,183,93).

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

The process color (four color CMYK) of #ffb75d color hex is 0.00, 0.28, 0.64, 0.00. Web safe color of #ffb75d is #ffcc66. Color #ffb75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 01011101
Octal 377 267 135
Decimal 255 183 93
Hex FF B7 5D

RGB Percentages of Color #ffb75d

%48.02
%34.46
%17.51

CMYK Percentages of Color #ffb75d

%0
%28
%64
%0

Triadic Colors of #ffb75d

#ffb75d #5dffb7 #b75dff

Analogous Colors of #ffb75d

#ffb75d #f6ff5d #ff665d

Monochromatic Colors of #ffb75d

#ffb75d

Complementary Color

#ffb75d #5da5ff

#ffb75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb75d Color CSS Codes

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

#ffb75d Text Font Color

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

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


#ffb75d Background Color

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

This div background color is #ffb75d


#ffb75d Border Color

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

This div border color is #ffb75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb75d


Comments

No comments written yet.

Please login to write comment.