Color Hex Logo

#ffcd07 Color Hex

#FFCD07
(255,205,7)
0 Favorites   0 Comments

Color spaces of #ffcd07

RGB 2552057
HSL0.131.000.51
HSV48°97°100°
CMYK 0.000.200.97   0.00
XYZ63.109764.93809.4091
Yxy64.93800.45910.4724
Hunter Lab80.5841-1.229449.4861
CIE-Lab84.45183.221884.7709

#ffcd07 color RGB value is (255,205,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00000111
Octal 377 315 7
Decimal 255 205 7
Hex FF CD 7

RGB Percentages of Color #ffcd07

%54.60
%43.90
%1.50

CMYK Percentages of Color #ffcd07

%0
%20
%97
%0

Triadic Colors of #ffcd07

#ffcd07 #07ffcd #cd07ff

Analogous Colors of #ffcd07

#ffcd07 #b5ff07 #ff5107

Monochromatic Colors of #ffcd07

#ffcd07

Complementary Color

#ffcd07 #0739ff

#ffcd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd07 Color CSS Codes

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

#ffcd07 Text Font Color

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

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


#ffcd07 Background Color

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

This div background color is #ffcd07


#ffcd07 Border Color

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

This div border color is #ffcd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd07


Comments

No comments written yet.

Please login to write comment.