Color Hex Logo

#ffcb1f Color Hex

#FFCB1F
(255,203,31)
0 Favorites   0 Comments

Color spaces of #ffcb1f

RGB 25520331
HSL0.131.000.56
HSV46°88°100°
CMYK 0.000.200.88   0.00
XYZ62.843364.070810.3510
Yxy64.07080.45780.4668
Hunter Lab80.04420.064248.3638
CIE-Lab84.00264.543281.1393

#ffcb1f color RGB value is (255,203,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 00011111
Octal 377 313 37
Decimal 255 203 31
Hex FF CB 1F

RGB Percentages of Color #ffcb1f

%52.15
%41.51
%6.34

CMYK Percentages of Color #ffcb1f

%0
%20
%88
%0

Triadic Colors of #ffcb1f

#ffcb1f #1fffcb #cb1fff

Analogous Colors of #ffcb1f

#ffcb1f #c3ff1f #ff5b1f

Monochromatic Colors of #ffcb1f

#ffcb1f

Complementary Color

#ffcb1f #1f53ff

#ffcb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb1f Color CSS Codes

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

#ffcb1f Text Font Color

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

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


#ffcb1f Background Color

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

This div background color is #ffcb1f


#ffcb1f Border Color

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

This div border color is #ffcb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb1f


Comments

No comments written yet.

Please login to write comment.