Color Hex Logo

#ffb214 Color Hex

#FFB214
(255,178,20)
0 Favorites   0 Comments

Color spaces of #ffb214

RGB 25517820
HSL0.111.000.54
HSV40°92°100°
CMYK 0.000.300.92   0.00
XYZ57.286753.15137.9017
Yxy53.15130.48410.4491
Hunter Lab72.904912.676844.6074
CIE-Lab77.964217.334378.5848

#ffb214 color RGB value is (255,178,20).

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

The process color (four color CMYK) of #ffb214 color hex is 0.00, 0.30, 0.92, 0.00. Web safe color of #ffb214 is #ff9900. Color #ffb214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 00010100
Octal 377 262 24
Decimal 255 178 20
Hex FF B2 14

RGB Percentages of Color #ffb214

%56.29
%39.29
%4.42

CMYK Percentages of Color #ffb214

%0
%30
%92
%0

Triadic Colors of #ffb214

#ffb214 #14ffb2 #b214ff

Analogous Colors of #ffb214

#ffb214 #d7ff14 #ff3c14

Monochromatic Colors of #ffb214

#ffb214

Complementary Color

#ffb214 #1461ff

#ffb214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb214 Color CSS Codes

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

#ffb214 Text Font Color

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

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


#ffb214 Background Color

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

This div background color is #ffb214


#ffb214 Border Color

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

This div border color is #ffb214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,178,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 #ffb214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb214

#ffb214 Color Palettes


Comments

No comments written yet.

Please login to write comment.