Color Hex Logo

#98beb0 Color Hex

#98BEB0
(152,190,176)
0 Favorites   0 Comments

Color spaces of #98beb0

RGB 152190176
HSL0.440.230.67
HSV158°20°75°
CMYK 0.200.000.07   0.25
XYZ39.198846.636948.0101
Yxy46.63690.29290.3484
Hunter Lab68.2912-17.05166.1218
CIE-Lab73.9569-15.56952.8726

#98beb0 color RGB value is (152,190,176).

#98beb0 hex color red value is 152, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #98beb0 hue: 0.44 , saturation: 0.23 and the lightness value of 98beb0 is 0.67.

The process color (four color CMYK) of #98beb0 color hex is 0.20, 0.00, 0.07, 0.25. Web safe color of #98beb0 is #99cc99. Color #98beb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 10110000
Octal 230 276 260
Decimal 152 190 176
Hex 98 BE B0

RGB Percentages of Color #98beb0

%29.34
%36.68
%33.98

CMYK Percentages of Color #98beb0

%20
%0
%7
%25

Triadic Colors of #98beb0

#98beb0 #b098be #beb098

Analogous Colors of #98beb0

#98beb0 #98b9be #98be9d

Monochromatic Colors of #98beb0

#98beb0

Complementary Color

#98beb0 #be98a6

#98beb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98beb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98beb0 Color CSS Codes

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

#98beb0 Text Font Color

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

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


#98beb0 Background Color

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

This div background color is #98beb0


#98beb0 Border Color

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

This div border color is #98beb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,190,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98beb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98beb0;
  -webkit-box-shadow: 1px 1px 3px 2px #98beb0;
  box-shadow:         1px 1px 3px 2px #98beb0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98beb0


Comments

No comments written yet.

Please login to write comment.