Color Hex Logo

#ffca06 Color Hex

#FFCA06
(255,202,6)
0 Favorites   0 Comments

Color spaces of #ffca06

RGB 2552026
HSL0.131.000.51
HSV47°98°100°
CMYK 0.000.210.98   0.00
XYZ62.393463.51429.1433
Yxy63.51420.46200.4703
Hunter Lab79.69580.279048.9849
CIE-Lab83.71224.753184.3364

#ffca06 color RGB value is (255,202,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00000110
Octal 377 312 6
Decimal 255 202 6
Hex FF CA 6

RGB Percentages of Color #ffca06

%55.08
%43.63
%1.30

CMYK Percentages of Color #ffca06

%0
%21
%98
%0

Triadic Colors of #ffca06

#ffca06 #06ffca #ca06ff

Analogous Colors of #ffca06

#ffca06 #b8ff06 #ff4e06

Monochromatic Colors of #ffca06

#ffca06

Complementary Color

#ffca06 #063bff

#ffca06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca06 Color CSS Codes

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

#ffca06 Text Font Color

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

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


#ffca06 Background Color

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

This div background color is #ffca06


#ffca06 Border Color

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

This div border color is #ffca06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca06

#ffca06 Color Palettes


Comments

No comments written yet.

Please login to write comment.