Color Hex Logo

#ffb23f Color Hex

#FFB23F
(255,178,63)
0 Favorites   0 Comments

Color spaces of #ffb23f

RGB 25517863
HSL0.101.000.62
HSV36°75°100°
CMYK 0.000.300.75   0.00
XYZ58.057653.459711.9614
Yxy53.45970.47020.4329
Hunter Lab73.116113.784041.4818
CIE-Lab78.145618.438566.5336

#ffb23f color RGB value is (255,178,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 00111111
Octal 377 262 77
Decimal 255 178 63
Hex FF B2 3F

RGB Percentages of Color #ffb23f

%51.41
%35.89
%12.70

CMYK Percentages of Color #ffb23f

%0
%30
%75
%0

Triadic Colors of #ffb23f

#ffb23f #3fffb2 #b23fff

Analogous Colors of #ffb23f

#ffb23f #ecff3f #ff523f

Monochromatic Colors of #ffb23f

#ffb23f

Complementary Color

#ffb23f #3f8cff

#ffb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb23f Color CSS Codes

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

#ffb23f Text Font Color

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

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


#ffb23f Background Color

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

This div background color is #ffb23f


#ffb23f Border Color

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

This div border color is #ffb23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb23f

Related Colors

#ffb23f Color Palettes


Comments

No comments written yet.

Please login to write comment.