Color Hex Logo

#98caff Color Hex

#98CAFF
(152,202,255)
0 Favorites   0 Comments

Color spaces of #98caff

RGB 152202255
HSL0.591.000.80
HSV211°40°100°
CMYK 0.400.210.00   0.00
XYZ52.119456.1365102.6962
Yxy56.13650.24710.2661
Hunter Lab74.9243-6.9480-28.8198
CIE-Lab79.6914-3.2116-31.1526

#98caff color RGB value is (152,202,255).

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

The process color (four color CMYK) of #98caff color hex is 0.40, 0.21, 0.00, 0.00. Web safe color of #98caff is #99ccff. Color #98caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001010 11111111
Octal 230 312 377
Decimal 152 202 255
Hex 98 CA FF

RGB Percentages of Color #98caff

%24.96
%33.17
%41.87

CMYK Percentages of Color #98caff

%40
%21
%0
%0

Triadic Colors of #98caff

#98caff #ff98ca #caff98

Analogous Colors of #98caff

#98caff #9a98ff #98feff

Monochromatic Colors of #98caff

#98caff

Complementary Color

#98caff #ffcd98

#98caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98caff Color CSS Codes

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

#98caff Text Font Color

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

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


#98caff Background Color

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

This div background color is #98caff


#98caff Border Color

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

This div border color is #98caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98caff

Related Colors


Comments

No comments written yet.

Please login to write comment.