Color Hex Logo

#ffcd33 Color Hex

#FFCD33
(255,205,51)
1 Favorites   0 Comments

Color spaces of #ffcd33

RGB 25520551
HSL0.131.000.60
HSV45°80°100°
CMYK 0.000.200.80   0.00
XYZ63.668965.161712.3537
Yxy65.16170.45100.4615
Hunter Lab80.7228-0.475747.4323
CIE-Lab84.56704.009876.5690

#ffcd33 color RGB value is (255,205,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00110011
Octal 377 315 63
Decimal 255 205 51
Hex FF CD 33

RGB Percentages of Color #ffcd33

%49.90
%40.12
%9.98

CMYK Percentages of Color #ffcd33

%0
%20
%80
%0

Triadic Colors of #ffcd33

#ffcd33 #33ffcd #cd33ff

Analogous Colors of #ffcd33

#ffcd33 #cbff33 #ff6733

Monochromatic Colors of #ffcd33

#ffcd33

Complementary Color

#ffcd33 #3365ff

#ffcd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd33 Color CSS Codes

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

#ffcd33 Text Font Color

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

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


#ffcd33 Background Color

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

This div background color is #ffcd33


#ffcd33 Border Color

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

This div border color is #ffcd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd33


Comments

No comments written yet.

Please login to write comment.