Color Hex Logo

#98a4cb Color Hex

#98A4CB
(152,164,203)
0 Favorites   0 Comments

Color spaces of #98a4cb

RGB 152164203
HSL0.630.330.70
HSV226°25°80°
CMYK 0.250.190.00   0.20
XYZ37.003837.538161.7952
Yxy37.53810.27140.2753
Hunter Lab61.26830.5878-16.9120
CIE-Lab67.67884.4106-21.3140

#98a4cb color RGB value is (152,164,203).

#98a4cb hex color red value is 152, green value is 164 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #98a4cb hue: 0.63 , saturation: 0.33 and the lightness value of 98a4cb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100100 11001011
Octal 230 244 313
Decimal 152 164 203
Hex 98 A4 CB

RGB Percentages of Color #98a4cb

%29.29
%31.60
%39.11

CMYK Percentages of Color #98a4cb

%25
%19
%0
%20

Triadic Colors of #98a4cb

#98a4cb #cb98a4 #a4cb98

Analogous Colors of #98a4cb

#98a4cb #a698cb #98becb

Monochromatic Colors of #98a4cb

#98a4cb

Complementary Color

#98a4cb #cbbf98

#98a4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a4cb Color CSS Codes

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

#98a4cb Text Font Color

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

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


#98a4cb Background Color

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

This div background color is #98a4cb


#98a4cb Border Color

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

This div border color is #98a4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a4cb


Comments

No comments written yet.

Please login to write comment.