Color Hex Logo

#ffbd98 Color Hex

#FFBD98
(255,189,152)
0 Favorites   0 Comments

Color spaces of #ffbd98

RGB 255189152
HSL0.061.000.80
HSV22°40°100°
CMYK 0.000.260.40   0.00
XYZ65.105159.922237.8405
Yxy59.92220.39970.3679
Hunter Lab77.409414.660725.2035
CIE-Lab81.795919.219327.9995

#ffbd98 color RGB value is (255,189,152).

#ffbd98 hex color red value is 255, green value is 189 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ffbd98 hue: 0.06 , saturation: 1.00 and the lightness value of ffbd98 is 0.80.

The process color (four color CMYK) of #ffbd98 color hex is 0.00, 0.26, 0.40, 0.00. Web safe color of #ffbd98 is #ffcc99. Color #ffbd98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10011000
Octal 377 275 230
Decimal 255 189 152
Hex FF BD 98

RGB Percentages of Color #ffbd98

%42.79
%31.71
%25.50

CMYK Percentages of Color #ffbd98

%0
%26
%40
%0

Triadic Colors of #ffbd98

#ffbd98 #98ffbd #bd98ff

Analogous Colors of #ffbd98

#ffbd98 #fff198 #ff98a7

Monochromatic Colors of #ffbd98

#ffbd98

Complementary Color

#ffbd98 #98daff

#ffbd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd98 Color CSS Codes

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

#ffbd98 Text Font Color

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

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


#ffbd98 Background Color

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

This div background color is #ffbd98


#ffbd98 Border Color

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

This div border color is #ffbd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd98


Comments

No comments written yet.

Please login to write comment.