Color Hex Logo

#ffc342 Color Hex

#FFC342
(255,195,66)
0 Favorites   0 Comments

Color spaces of #ffc342

RGB 25519566
HSL0.111.000.63
HSV41°74°100°
CMYK 0.000.240.74   0.00
XYZ61.738560.683613.6134
Yxy60.68360.45380.4461
Hunter Lab77.89975.143744.1685
CIE-Lab82.20849.709469.3173

#ffc342 color RGB value is (255,195,66).

#ffc342 hex color red value is 255, green value is 195 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ffc342 hue: 0.11 , saturation: 1.00 and the lightness value of ffc342 is 0.63.

The process color (four color CMYK) of #ffc342 color hex is 0.00, 0.24, 0.74, 0.00. Web safe color of #ffc342 is #ffcc33. Color #ffc342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 01000010
Octal 377 303 102
Decimal 255 195 66
Hex FF C3 42

RGB Percentages of Color #ffc342

%49.42
%37.79
%12.79

CMYK Percentages of Color #ffc342

%0
%24
%74
%0

Triadic Colors of #ffc342

#ffc342 #42ffc3 #c342ff

Analogous Colors of #ffc342

#ffc342 #ddff42 #ff6542

Monochromatic Colors of #ffc342

#ffc342

Complementary Color

#ffc342 #427eff

#ffc342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc342 Color CSS Codes

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

#ffc342 Text Font Color

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

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


#ffc342 Background Color

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

This div background color is #ffc342


#ffc342 Border Color

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

This div border color is #ffc342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc342


Comments

No comments written yet.

Please login to write comment.