Color Hex Logo

#ffca22 Color Hex

#FFCA22
(255,202,34)
0 Favorites   0 Comments

Color spaces of #ffca22

RGB 25520234
HSL0.131.000.57
HSV46°87°100°
CMYK 0.000.210.87   0.00
XYZ62.649363.616610.4906
Yxy63.61660.45810.4652
Hunter Lab79.76000.626848.0338
CIE-Lab83.76585.115580.3224

#ffca22 color RGB value is (255,202,34).

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

The process color (four color CMYK) of #ffca22 color hex is 0.00, 0.21, 0.87, 0.00. Web safe color of #ffca22 is #ffcc33. Color #ffca22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00100010
Octal 377 312 42
Decimal 255 202 34
Hex FF CA 22

RGB Percentages of Color #ffca22

%51.93
%41.14
%6.92

CMYK Percentages of Color #ffca22

%0
%21
%87
%0

Triadic Colors of #ffca22

#ffca22 #22ffca #ca22ff

Analogous Colors of #ffca22

#ffca22 #c6ff22 #ff5c22

Monochromatic Colors of #ffca22

#ffca22

Complementary Color

#ffca22 #2257ff

#ffca22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca22 Color CSS Codes

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

#ffca22 Text Font Color

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

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


#ffca22 Background Color

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

This div background color is #ffca22


#ffca22 Border Color

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

This div border color is #ffca22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca22

Related Colors


Comments

No comments written yet.

Please login to write comment.