Color Hex Logo

#ffcf08 Color Hex

#FFCF08
(255,207,8)
0 Favorites   0 Comments

Color spaces of #ffcf08

RGB 2552078
HSL0.131.000.52
HSV48°97°100°
CMYK 0.000.190.97   0.00
XYZ63.596765.90329.5984
Yxy65.90320.45720.4738
Hunter Lab81.1808-2.230249.8164
CIE-Lab84.94702.206385.0357

#ffcf08 color RGB value is (255,207,8).

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

The process color (four color CMYK) of #ffcf08 color hex is 0.00, 0.19, 0.97, 0.00. Web safe color of #ffcf08 is #ffcc00. Color #ffcf08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00001000
Octal 377 317 10
Decimal 255 207 8
Hex FF CF 8

RGB Percentages of Color #ffcf08

%54.26
%44.04
%1.70

CMYK Percentages of Color #ffcf08

%0
%19
%97
%0

Triadic Colors of #ffcf08

#ffcf08 #08ffcf #cf08ff

Analogous Colors of #ffcf08

#ffcf08 #b4ff08 #ff5408

Monochromatic Colors of #ffcf08

#ffcf08

Complementary Color

#ffcf08 #0838ff

#ffcf08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf08 Color CSS Codes

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

#ffcf08 Text Font Color

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

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


#ffcf08 Background Color

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

This div background color is #ffcf08


#ffcf08 Border Color

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

This div border color is #ffcf08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf08

Related Colors

#ffcf08 Color Palettes


Comments

No comments written yet.

Please login to write comment.