Color Hex Logo

#98accf Color Hex

#98ACCF
(152,172,207)
0 Favorites   0 Comments

Color spaces of #98accf

RGB 152172207
HSL0.610.360.70
HSV218°27°81°
CMYK 0.270.170.00   0.19
XYZ38.963940.685464.8309
Yxy40.68540.26970.2816
Hunter Lab63.7851-2.5851-15.6125
CIE-Lab69.95490.9354-20.0579

#98accf color RGB value is (152,172,207).

#98accf hex color red value is 152, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #98accf hue: 0.61 , saturation: 0.36 and the lightness value of 98accf is 0.70.

The process color (four color CMYK) of #98accf color hex is 0.27, 0.17, 0.00, 0.19. Web safe color of #98accf is #9999cc. Color #98accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 11001111
Octal 230 254 317
Decimal 152 172 207
Hex 98 AC CF

RGB Percentages of Color #98accf

%28.63
%32.39
%38.98

CMYK Percentages of Color #98accf

%27
%17
%0
%19

Triadic Colors of #98accf

#98accf #cf98ac #accf98

Analogous Colors of #98accf

#98accf #a098cf #98c8cf

Monochromatic Colors of #98accf

#98accf

Complementary Color

#98accf #cfbb98

#98accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98accf Color CSS Codes

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

#98accf Text Font Color

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

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


#98accf Background Color

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

This div background color is #98accf


#98accf Border Color

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

This div border color is #98accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98accf


Comments

No comments written yet.

Please login to write comment.