Color Hex Logo

#ffcb4a Color Hex

#FFCB4A
(255,203,74)
0 Favorites   0 Comments

Color spaces of #ffcb4a

RGB 25520374
HSL0.121.000.65
HSV43°71°100°
CMYK 0.000.200.71   0.00
XYZ63.832064.466315.5575
Yxy64.46630.44370.4481
Hunter Lab80.29091.400044.7154
CIE-Lab84.20805.930568.2145

#ffcb4a color RGB value is (255,203,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 01001010
Octal 377 313 112
Decimal 255 203 74
Hex FF CB 4A

RGB Percentages of Color #ffcb4a

%47.93
%38.16
%13.91

CMYK Percentages of Color #ffcb4a

%0
%20
%71
%0

Triadic Colors of #ffcb4a

#ffcb4a #4affcb #cb4aff

Analogous Colors of #ffcb4a

#ffcb4a #d9ff4a #ff714a

Monochromatic Colors of #ffcb4a

#ffcb4a

Complementary Color

#ffcb4a #4a7eff

#ffcb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb4a Color CSS Codes

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

#ffcb4a Text Font Color

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

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


#ffcb4a Background Color

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

This div background color is #ffcb4a


#ffcb4a Border Color

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

This div border color is #ffcb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb4a

Related Colors

#ffcb4a Color Palettes


Comments

No comments written yet.

Please login to write comment.