Color Hex Logo

#98baca Color Hex

#98BACA
(152,186,202)
0 Favorites   0 Comments

Color spaces of #98baca

RGB 152186202
HSL0.550.320.69
HSV199°25°79°
CMYK 0.250.080.00   0.21
XYZ41.168546.057562.5973
Yxy46.05750.27480.3074
Hunter Lab67.8657-10.4837-7.1814
CIE-Lab73.5828-7.8249-11.8480

#98baca color RGB value is (152,186,202).

#98baca hex color red value is 152, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #98baca hue: 0.55 , saturation: 0.32 and the lightness value of 98baca is 0.69.

The process color (four color CMYK) of #98baca color hex is 0.25, 0.08, 0.00, 0.21. Web safe color of #98baca is #99cccc. Color #98baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11001010
Octal 230 272 312
Decimal 152 186 202
Hex 98 BA CA

RGB Percentages of Color #98baca

%28.15
%34.44
%37.41

CMYK Percentages of Color #98baca

%25
%8
%0
%21

Triadic Colors of #98baca

#98baca #ca98ba #baca98

Analogous Colors of #98baca

#98baca #98a1ca #98cac1

Monochromatic Colors of #98baca

#98baca

Complementary Color

#98baca #caa898

#98baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#98baca Color CSS Codes

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

#98baca Text Font Color

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

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


#98baca Background Color

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

This div background color is #98baca


#98baca Border Color

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

This div border color is #98baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98baca


Comments

No comments written yet.

Please login to write comment.