Color Hex Logo

#ffc35e Color Hex

#FFC35E
(255,195,94)
0 Favorites   0 Comments

Color spaces of #ffc35e

RGB 25519594
HSL0.101.000.68
HSV38°63°100°
CMYK 0.000.240.63   0.00
XYZ62.775561.098419.0742
Yxy61.09840.43910.4274
Hunter Lab78.16556.565640.2477
CIE-Lab82.431611.158157.8023

#ffc35e color RGB value is (255,195,94).

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

The process color (four color CMYK) of #ffc35e color hex is 0.00, 0.24, 0.63, 0.00. Web safe color of #ffc35e is #ffcc66. Color #ffc35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 01011110
Octal 377 303 136
Decimal 255 195 94
Hex FF C3 5E

RGB Percentages of Color #ffc35e

%46.88
%35.85
%17.28

CMYK Percentages of Color #ffc35e

%0
%24
%63
%0

Triadic Colors of #ffc35e

#ffc35e #5effc3 #c35eff

Analogous Colors of #ffc35e

#ffc35e #ebff5e #ff735e

Monochromatic Colors of #ffc35e

#ffc35e

Complementary Color

#ffc35e #5e9aff

#ffc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc35e Color CSS Codes

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

#ffc35e Text Font Color

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

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


#ffc35e Background Color

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

This div background color is #ffc35e


#ffc35e Border Color

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

This div border color is #ffc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc35e

#ffc35e Color Palettes


Comments

No comments written yet.

Please login to write comment.