Color Hex Logo

#ffc42b Color Hex

#FFC42B
(255,196,43)
0 Favorites   0 Comments

Color spaces of #ffc42b

RGB 25519643
HSL0.121.000.58
HSV43°83°100°
CMYK 0.000.230.83   0.00
XYZ61.416060.914310.8062
Yxy60.91430.46130.4575
Hunter Lab78.04763.879146.4242
CIE-Lab82.33268.418376.9412

#ffc42b color RGB value is (255,196,43).

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

The process color (four color CMYK) of #ffc42b color hex is 0.00, 0.23, 0.83, 0.00. Web safe color of #ffc42b is #ffcc33. Color #ffc42b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00101011
Octal 377 304 53
Decimal 255 196 43
Hex FF C4 2B

RGB Percentages of Color #ffc42b

%51.62
%39.68
%8.70

CMYK Percentages of Color #ffc42b

%0
%23
%83
%0

Triadic Colors of #ffc42b

#ffc42b #2bffc4 #c42bff

Analogous Colors of #ffc42b

#ffc42b #d0ff2b #ff5a2b

Monochromatic Colors of #ffc42b

#ffc42b

Complementary Color

#ffc42b #2b66ff

#ffc42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc42b Color CSS Codes

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

#ffc42b Text Font Color

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

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


#ffc42b Background Color

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

This div background color is #ffc42b


#ffc42b Border Color

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

This div border color is #ffc42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc42b


Comments

No comments written yet.

Please login to write comment.