Color Hex Logo

#ffcb0d Color Hex

#FFCB0D
(255,203,13)
0 Favorites   0 Comments

Color spaces of #ffcb0d

RGB 25520313
HSL0.131.000.53
HSV47°95°100°
CMYK 0.000.200.95   0.00
XYZ62.668664.00099.4312
Yxy64.00090.46050.4702
Hunter Lab80.0006-0.172749.0107
CIE-Lab83.96624.296083.8646

#ffcb0d color RGB value is (255,203,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 00001101
Octal 377 313 15
Decimal 255 203 13
Hex FF CB D

RGB Percentages of Color #ffcb0d

%54.14
%43.10
%2.76

CMYK Percentages of Color #ffcb0d

%0
%20
%95
%0

Triadic Colors of #ffcb0d

#ffcb0d #0dffcb #cb0dff

Analogous Colors of #ffcb0d

#ffcb0d #baff0d #ff520d

Monochromatic Colors of #ffcb0d

#ffcb0d

Complementary Color

#ffcb0d #0d41ff

#ffcb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb0d Color CSS Codes

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

#ffcb0d Text Font Color

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

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


#ffcb0d Background Color

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

This div background color is #ffcb0d


#ffcb0d Border Color

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

This div border color is #ffcb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb0d

Related Colors

#ffcb0d Color Palettes


Comments

No comments written yet.

Please login to write comment.