Color Hex Logo

#ffcd35 Color Hex

#FFCD35
(255,205,53)
0 Favorites   0 Comments

Color spaces of #ffcd35

RGB 25520553
HSL0.131.000.60
HSV45°79°100°
CMYK 0.000.200.79   0.00
XYZ63.713965.179712.5910
Yxy65.17970.45030.4607
Hunter Lab80.7339-0.415147.2671
CIE-Lab84.57634.072975.9690

#ffcd35 color RGB value is (255,205,53).

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

The process color (four color CMYK) of #ffcd35 color hex is 0.00, 0.20, 0.79, 0.00. Web safe color of #ffcd35 is #ffcc33. Color #ffcd35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00110101
Octal 377 315 65
Decimal 255 205 53
Hex FF CD 35

RGB Percentages of Color #ffcd35

%49.71
%39.96
%10.33

CMYK Percentages of Color #ffcd35

%0
%20
%79
%0

Triadic Colors of #ffcd35

#ffcd35 #35ffcd #cd35ff

Analogous Colors of #ffcd35

#ffcd35 #ccff35 #ff6835

Monochromatic Colors of #ffcd35

#ffcd35

Complementary Color

#ffcd35 #3567ff

#ffcd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd35 Color CSS Codes

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

#ffcd35 Text Font Color

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

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


#ffcd35 Background Color

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

This div background color is #ffcd35


#ffcd35 Border Color

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

This div border color is #ffcd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd35


Comments

No comments written yet.

Please login to write comment.