Color Hex Logo

#ffcd0b Color Hex

#FFCD0B
(255,205,11)
0 Favorites   0 Comments

Color spaces of #ffcd0b

RGB 25520511
HSL0.131.000.52
HSV48°96°100°
CMYK 0.000.200.96   0.00
XYZ63.131764.94689.5252
Yxy64.94680.45880.4720
Hunter Lab80.5896-1.199749.4050
CIE-Lab84.45633.252984.4166

#ffcd0b color RGB value is (255,205,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00001011
Octal 377 315 13
Decimal 255 205 11
Hex FF CD B

RGB Percentages of Color #ffcd0b

%54.14
%43.52
%2.34

CMYK Percentages of Color #ffcd0b

%0
%20
%96
%0

Triadic Colors of #ffcd0b

#ffcd0b #0bffcd #cd0bff

Analogous Colors of #ffcd0b

#ffcd0b #b7ff0b #ff530b

Monochromatic Colors of #ffcd0b

#ffcd0b

Complementary Color

#ffcd0b #0b3dff

#ffcd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd0b Color CSS Codes

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

#ffcd0b Text Font Color

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

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


#ffcd0b Background Color

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

This div background color is #ffcd0b


#ffcd0b Border Color

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

This div border color is #ffcd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd0b

Related Colors


Comments

No comments written yet.

Please login to write comment.