Color Hex Logo

#ffcb1b Color Hex

#FFCB1B
(255,203,27)
0 Favorites   0 Comments

Color spaces of #ffcb1b

RGB 25520327
HSL0.131.000.55
HSV46°89°100°
CMYK 0.000.200.89   0.00
XYZ62.793864.051010.0904
Yxy64.05100.45860.4677
Hunter Lab80.0319-0.002948.5470
CIE-Lab83.99234.473281.8941

#ffcb1b color RGB value is (255,203,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 00011011
Octal 377 313 33
Decimal 255 203 27
Hex FF CB 1B

RGB Percentages of Color #ffcb1b

%52.58
%41.86
%5.57

CMYK Percentages of Color #ffcb1b

%0
%20
%89
%0

Triadic Colors of #ffcb1b

#ffcb1b #1bffcb #cb1bff

Analogous Colors of #ffcb1b

#ffcb1b #c1ff1b #ff591b

Monochromatic Colors of #ffcb1b

#ffcb1b

Complementary Color

#ffcb1b #1b4fff

#ffcb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb1b Color CSS Codes

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

#ffcb1b Text Font Color

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

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


#ffcb1b Background Color

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

This div background color is #ffcb1b


#ffcb1b Border Color

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

This div border color is #ffcb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb1b


Comments

No comments written yet.

Please login to write comment.