Color Hex Logo

#ffcf00 Color Hex

#FFCF00
(255,207,0)
3 Favorites   0 Comments

Color spaces of #ffcf00

RGB 2552070
HSL0.141.000.50
HSV49°100°100°
CMYK 0.000.191.00   0.00
XYZ63.552865.88569.3676
Yxy65.88560.45790.4747
Hunter Lab81.1699-2.289149.9765
CIE-Lab84.93802.144485.7395

#ffcf00 color RGB value is (255,207,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00000000
Octal 377 317 0
Decimal 255 207 0
Hex FF CF 0

RGB Percentages of Color #ffcf00

%55.19
%44.81
%0.00

CMYK Percentages of Color #ffcf00

%0
%19
%100
%0

Triadic Colors of #ffcf00

#ffcf00 #00ffcf #cf00ff

Analogous Colors of #ffcf00

#ffcf00 #b0ff00 #ff4f00

Monochromatic Colors of #ffcf00

#ffcf00

Complementary Color

#ffcf00 #0030ff

#ffcf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf00 Color CSS Codes

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

#ffcf00 Text Font Color

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

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


#ffcf00 Background Color

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

This div background color is #ffcf00


#ffcf00 Border Color

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

This div border color is #ffcf00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf00

Related Colors


Comments

No comments written yet.

Please login to write comment.