Color Hex Logo

#ffca3d Color Hex

#FFCA3D
(255,202,61)
0 Favorites   0 Comments

Color spaces of #ffca3d

RGB 25520261
HSL0.121.000.62
HSV44°76°100°
CMYK 0.000.210.76   0.00
XYZ63.202863.838013.4057
Yxy63.83800.45000.4545
Hunter Lab79.89871.377445.9812
CIE-Lab83.88145.894972.7130

#ffca3d color RGB value is (255,202,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00111101
Octal 377 312 75
Decimal 255 202 61
Hex FF CA 3D

RGB Percentages of Color #ffca3d

%49.23
%39.00
%11.78

CMYK Percentages of Color #ffca3d

%0
%21
%76
%0

Triadic Colors of #ffca3d

#ffca3d #3dffca #ca3dff

Analogous Colors of #ffca3d

#ffca3d #d3ff3d #ff693d

Monochromatic Colors of #ffca3d

#ffca3d

Complementary Color

#ffca3d #3d72ff

#ffca3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca3d Color CSS Codes

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

#ffca3d Text Font Color

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

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


#ffca3d Background Color

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

This div background color is #ffca3d


#ffca3d Border Color

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

This div border color is #ffca3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca3d

#ffca3d Color Palettes


Comments

No comments written yet.

Please login to write comment.