Color Hex Logo

#ffca1b Color Hex

#FFCA1B
(255,202,27)
0 Favorites   0 Comments

Color spaces of #ffca1b

RGB 25520227
HSL0.131.000.55
HSV46°89°100°
CMYK 0.000.210.89   0.00
XYZ62.558463.580210.0119
Yxy63.58020.45950.4670
Hunter Lab79.73720.503448.3715
CIE-Lab83.74674.987081.7060

#ffca1b color RGB value is (255,202,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00011011
Octal 377 312 33
Decimal 255 202 27
Hex FF CA 1B

RGB Percentages of Color #ffca1b

%52.69
%41.74
%5.58

CMYK Percentages of Color #ffca1b

%0
%21
%89
%0

Triadic Colors of #ffca1b

#ffca1b #1bffca #ca1bff

Analogous Colors of #ffca1b

#ffca1b #c2ff1b #ff581b

Monochromatic Colors of #ffca1b

#ffca1b

Complementary Color

#ffca1b #1b50ff

#ffca1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca1b Color CSS Codes

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

#ffca1b Text Font Color

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

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


#ffca1b Background Color

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

This div background color is #ffca1b


#ffca1b Border Color

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

This div border color is #ffca1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca1b

Related Colors


Comments

No comments written yet.

Please login to write comment.