Color Hex Logo

#ffca7a Color Hex

#FFCA7A
(255,202,122)
2 Favorites   0 Comments

Color spaces of #ffca7a

RGB 255202122
HSL0.101.000.74
HSV36°52°100°
CMYK 0.000.210.52   0.00
XYZ65.873464.906227.4686
Yxy64.90620.41630.4102
Hunter Lab80.56444.962736.1800
CIE-Lab84.43549.569146.7911

#ffca7a color RGB value is (255,202,122).

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

The process color (four color CMYK) of #ffca7a color hex is 0.00, 0.21, 0.52, 0.00. Web safe color of #ffca7a is #ffcc66. Color #ffca7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 01111010
Octal 377 312 172
Decimal 255 202 122
Hex FF CA 7A

RGB Percentages of Color #ffca7a

%44.04
%34.89
%21.07

CMYK Percentages of Color #ffca7a

%0
%21
%52
%0

Triadic Colors of #ffca7a

#ffca7a #7affca #ca7aff

Analogous Colors of #ffca7a

#ffca7a #f2ff7a #ff887a

Monochromatic Colors of #ffca7a

#ffca7a

Complementary Color

#ffca7a #7aafff

#ffca7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca7a Color CSS Codes

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

#ffca7a Text Font Color

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

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


#ffca7a Background Color

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

This div background color is #ffca7a


#ffca7a Border Color

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

This div border color is #ffca7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca7a


Comments

No comments written yet.

Please login to write comment.