Color Hex Logo

#ffc702 Color Hex

#FFC702
(255,199,2)
0 Favorites   0 Comments

Color spaces of #ffc702

RGB 2551992
HSL0.131.000.50
HSV47°99°100°
CMYK 0.000.220.99   0.00
XYZ61.674462.11128.7955
Yxy62.11120.46520.4685
Hunter Lab78.81071.769148.5505
CIE-Lab82.97256.265784.1859

#ffc702 color RGB value is (255,199,2).

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

The process color (four color CMYK) of #ffc702 color hex is 0.00, 0.22, 0.99, 0.00. Web safe color of #ffc702 is #ffcc00. Color #ffc702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 00000010
Octal 377 307 2
Decimal 255 199 2
Hex FF C7 2

RGB Percentages of Color #ffc702

%55.92
%43.64
%0.44

CMYK Percentages of Color #ffc702

%0
%22
%99
%0

Triadic Colors of #ffc702

#ffc702 #02ffc7 #c702ff

Analogous Colors of #ffc702

#ffc702 #b9ff02 #ff4902

Monochromatic Colors of #ffc702

#ffc702

Complementary Color

#ffc702 #023aff

#ffc702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc702 Color CSS Codes

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

#ffc702 Text Font Color

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

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


#ffc702 Background Color

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

This div background color is #ffc702


#ffc702 Border Color

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

This div border color is #ffc702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc702


Comments

No comments written yet.

Please login to write comment.