Color Hex Logo

#ffca56 Color Hex

#FFCA56
(255,202,86)
0 Favorites   0 Comments

Color spaces of #ffca56

RGB 25520286
HSL0.111.000.67
HSV41°66°100°
CMYK 0.000.210.66   0.00
XYZ64.040264.172917.8154
Yxy64.17290.43850.4395
Hunter Lab80.10802.508142.8900
CIE-Lab84.05577.062363.1205

#ffca56 color RGB value is (255,202,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 01010110
Octal 377 312 126
Decimal 255 202 86
Hex FF CA 56

RGB Percentages of Color #ffca56

%46.96
%37.20
%15.84

CMYK Percentages of Color #ffca56

%0
%21
%66
%0

Triadic Colors of #ffca56

#ffca56 #56ffca #ca56ff

Analogous Colors of #ffca56

#ffca56 #e0ff56 #ff7656

Monochromatic Colors of #ffca56

#ffca56

Complementary Color

#ffca56 #568bff

#ffca56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca56 Color CSS Codes

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

#ffca56 Text Font Color

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

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


#ffca56 Background Color

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

This div background color is #ffca56


#ffca56 Border Color

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

This div border color is #ffca56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca56

Related Colors

#ffca56 Color Palettes


Comments

No comments written yet.

Please login to write comment.