Color Hex Logo

#ffca10 Color Hex

#FFCA10
(255,202,16)
0 Favorites   0 Comments

Color spaces of #ffca10

RGB 25520216
HSL0.131.000.53
HSV47°94°100°
CMYK 0.000.210.94   0.00
XYZ62.454163.53859.4627
Yxy63.53850.46110.4691
Hunter Lab79.71100.361548.7593
CIE-Lab83.72494.839183.3501

#ffca10 color RGB value is (255,202,16).

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

The process color (four color CMYK) of #ffca10 color hex is 0.00, 0.21, 0.94, 0.00. Web safe color of #ffca10 is #ffcc00. Color #ffca10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00010000
Octal 377 312 20
Decimal 255 202 16
Hex FF CA 10

RGB Percentages of Color #ffca10

%53.91
%42.71
%3.38

CMYK Percentages of Color #ffca10

%0
%21
%94
%0

Triadic Colors of #ffca10

#ffca10 #10ffca #ca10ff

Analogous Colors of #ffca10

#ffca10 #bdff10 #ff5310

Monochromatic Colors of #ffca10

#ffca10

Complementary Color

#ffca10 #1045ff

#ffca10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca10 Color CSS Codes

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

#ffca10 Text Font Color

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

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


#ffca10 Background Color

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

This div background color is #ffca10


#ffca10 Border Color

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

This div border color is #ffca10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca10


Comments

No comments written yet.

Please login to write comment.