Color Hex Logo

#ffaf7b Color Hex

#FFAF7B
(255,175,123)
0 Favorites   0 Comments

Color spaces of #ffaf7b

RGB 255175123
HSL0.071.000.74
HSV24°52°100°
CMYK 0.000.310.52   0.00
XYZ60.145153.350025.8665
Yxy53.35000.43160.3828
Hunter Lab73.041119.162530.1320
CIE-Lab78.081223.741138.3419

#ffaf7b color RGB value is (255,175,123).

#ffaf7b hex color red value is 255, green value is 175 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ffaf7b hue: 0.07 , saturation: 1.00 and the lightness value of ffaf7b is 0.74.

The process color (four color CMYK) of #ffaf7b color hex is 0.00, 0.31, 0.52, 0.00. Web safe color of #ffaf7b is #ff9966. Color #ffaf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01111011
Octal 377 257 173
Decimal 255 175 123
Hex FF AF 7B

RGB Percentages of Color #ffaf7b

%46.11
%31.65
%22.24

CMYK Percentages of Color #ffaf7b

%0
%31
%52
%0

Triadic Colors of #ffaf7b

#ffaf7b #7bffaf #af7bff

Analogous Colors of #ffaf7b

#ffaf7b #fff17b #ff7b89

Monochromatic Colors of #ffaf7b

#ffaf7b

Complementary Color

#ffaf7b #7bcbff

#ffaf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf7b Color CSS Codes

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

#ffaf7b Text Font Color

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

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


#ffaf7b Background Color

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

This div background color is #ffaf7b


#ffaf7b Border Color

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

This div border color is #ffaf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf7b

Related Colors


Comments

No comments written yet.

Please login to write comment.