Color Hex Logo

#ffb223 Color Hex

#FFB223
(255,178,35)
0 Favorites   0 Comments

Color spaces of #ffb223

RGB 25517835
HSL0.111.000.57
HSV39°86°100°
CMYK 0.000.300.86   0.00
XYZ57.463853.22218.8343
Yxy53.22210.48080.4453
Hunter Lab72.953512.931843.8877
CIE-Lab78.005917.589375.4959

#ffb223 color RGB value is (255,178,35).

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

The process color (four color CMYK) of #ffb223 color hex is 0.00, 0.30, 0.86, 0.00. Web safe color of #ffb223 is #ff9933. Color #ffb223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 00100011
Octal 377 262 43
Decimal 255 178 35
Hex FF B2 23

RGB Percentages of Color #ffb223

%54.49
%38.03
%7.48

CMYK Percentages of Color #ffb223

%0
%30
%86
%0

Triadic Colors of #ffb223

#ffb223 #23ffb2 #b223ff

Analogous Colors of #ffb223

#ffb223 #deff23 #ff4423

Monochromatic Colors of #ffb223

#ffb223

Complementary Color

#ffb223 #2370ff

#ffb223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb223 Color CSS Codes

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

#ffb223 Text Font Color

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

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


#ffb223 Background Color

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

This div background color is #ffb223


#ffb223 Border Color

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

This div border color is #ffb223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb223


Comments

No comments written yet.

Please login to write comment.