Color Hex Logo

#ffcd03 Color Hex

#FFCD03
(255,205,3)
0 Favorites   0 Comments

Color spaces of #ffcd03

RGB 2552053
HSL0.131.000.51
HSV48°99°100°
CMYK 0.000.200.99   0.00
XYZ63.087864.92929.2937
Yxy64.92920.45950.4729
Hunter Lab80.5787-1.258949.5667
CIE-Lab84.44723.190985.1261

#ffcd03 color RGB value is (255,205,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00000011
Octal 377 315 3
Decimal 255 205 3
Hex FF CD 3

RGB Percentages of Color #ffcd03

%55.08
%44.28
%0.65

CMYK Percentages of Color #ffcd03

%0
%20
%99
%0

Triadic Colors of #ffcd03

#ffcd03 #03ffcd #cd03ff

Analogous Colors of #ffcd03

#ffcd03 #b3ff03 #ff4f03

Monochromatic Colors of #ffcd03

#ffcd03

Complementary Color

#ffcd03 #0335ff

#ffcd03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd03 Color CSS Codes

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

#ffcd03 Text Font Color

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

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


#ffcd03 Background Color

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

This div background color is #ffcd03


#ffcd03 Border Color

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

This div border color is #ffcd03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd03

#ffcd03 Color Palettes


Comments

No comments written yet.

Please login to write comment.