Color Hex Logo

#ffb258 Color Hex

#FFB258
(255,178,88)
0 Favorites   0 Comments

Color spaces of #ffb258

RGB 25517888
HSL0.091.000.67
HSV32°65°100°
CMYK 0.000.300.65   0.00
XYZ58.921853.805416.5125
Yxy53.80540.45590.4163
Hunter Lab73.352215.017937.9996
CIE-Lab78.348119.660356.0143

#ffb258 color RGB value is (255,178,88).

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

The process color (four color CMYK) of #ffb258 color hex is 0.00, 0.30, 0.65, 0.00. Web safe color of #ffb258 is #ff9966. Color #ffb258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01011000
Octal 377 262 130
Decimal 255 178 88
Hex FF B2 58

RGB Percentages of Color #ffb258

%48.94
%34.17
%16.89

CMYK Percentages of Color #ffb258

%0
%30
%65
%0

Triadic Colors of #ffb258

#ffb258 #58ffb2 #b258ff

Analogous Colors of #ffb258

#ffb258 #f9ff58 #ff5f58

Monochromatic Colors of #ffb258

#ffb258

Complementary Color

#ffb258 #58a5ff

#ffb258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb258 Color CSS Codes

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

#ffb258 Text Font Color

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

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


#ffb258 Background Color

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

This div background color is #ffb258


#ffb258 Border Color

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

This div border color is #ffb258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb258


Comments

No comments written yet.

Please login to write comment.