Color Hex Logo

#ffcb14 Color Hex

#FFCB14
(255,203,20)
0 Favorites   0 Comments

Color spaces of #ffcb14

RGB 25520320
HSL0.131.000.54
HSV47°92°100°
CMYK 0.000.200.92   0.00
XYZ62.722264.02249.7136
Yxy64.02240.45960.4692
Hunter Lab80.0140-0.100148.8121
CIE-Lab83.97744.371883.0093

#ffcb14 color RGB value is (255,203,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 00010100
Octal 377 313 24
Decimal 255 203 20
Hex FF CB 14

RGB Percentages of Color #ffcb14

%53.35
%42.47
%4.18

CMYK Percentages of Color #ffcb14

%0
%20
%92
%0

Triadic Colors of #ffcb14

#ffcb14 #14ffcb #cb14ff

Analogous Colors of #ffcb14

#ffcb14 #beff14 #ff5614

Monochromatic Colors of #ffcb14

#ffcb14

Complementary Color

#ffcb14 #1448ff

#ffcb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb14 Color CSS Codes

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

#ffcb14 Text Font Color

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

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


#ffcb14 Background Color

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

This div background color is #ffcb14


#ffcb14 Border Color

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

This div border color is #ffcb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb14

Related Colors


Comments

No comments written yet.

Please login to write comment.