Color Hex Logo

#ffca28 Color Hex

#FFCA28
(255,202,40)
0 Favorites   0 Comments

Color spaces of #ffca28

RGB 25520240
HSL0.131.000.58
HSV45°84°100°
CMYK 0.000.210.84   0.00
XYZ62.743563.654310.9870
Yxy63.65430.45670.4633
Hunter Lab79.78360.754747.6837
CIE-Lab83.78555.248578.9325

#ffca28 color RGB value is (255,202,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00101000
Octal 377 312 50
Decimal 255 202 40
Hex FF CA 28

RGB Percentages of Color #ffca28

%51.31
%40.64
%8.05

CMYK Percentages of Color #ffca28

%0
%21
%84
%0

Triadic Colors of #ffca28

#ffca28 #28ffca #ca28ff

Analogous Colors of #ffca28

#ffca28 #c9ff28 #ff5e28

Monochromatic Colors of #ffca28

#ffca28

Complementary Color

#ffca28 #285dff

#ffca28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca28 Color CSS Codes

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

#ffca28 Text Font Color

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

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


#ffca28 Background Color

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

This div background color is #ffca28


#ffca28 Border Color

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

This div border color is #ffca28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca28


Comments

No comments written yet.

Please login to write comment.