Color Hex Logo

#ffca72 Color Hex

#FFCA72
(255,202,114)
0 Favorites   0 Comments

Color spaces of #ffca72

RGB 255202114
HSL0.101.000.72
HSV37°55°100°
CMYK 0.000.210.55   0.00
XYZ65.397864.716024.9642
Yxy64.71600.42170.4173
Hunter Lab80.44634.328437.9134
CIE-Lab84.33728.925050.5854

#ffca72 color RGB value is (255,202,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 01110010
Octal 377 312 162
Decimal 255 202 114
Hex FF CA 72

RGB Percentages of Color #ffca72

%44.66
%35.38
%19.96

CMYK Percentages of Color #ffca72

%0
%21
%55
%0

Triadic Colors of #ffca72

#ffca72 #72ffca #ca72ff

Analogous Colors of #ffca72

#ffca72 #eeff72 #ff8472

Monochromatic Colors of #ffca72

#ffca72

Complementary Color

#ffca72 #72a7ff

#ffca72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca72 Color CSS Codes

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

#ffca72 Text Font Color

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

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


#ffca72 Background Color

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

This div background color is #ffca72


#ffca72 Border Color

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

This div border color is #ffca72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca72


Comments

No comments written yet.

Please login to write comment.