Color Hex Logo

#98cfef Color Hex

#98CFEF
(152,207,239)
0 Favorites   0 Comments

Color spaces of #98cfef

RGB 152207239
HSL0.560.730.77
HSV202°36°94°
CMYK 0.360.130.00   0.06
XYZ50.841757.533090.0867
Yxy57.53300.25620.2899
Hunter Lab75.8505-13.0920-17.3226
CIE-Lab80.4785-9.9758-21.4152

#98cfef color RGB value is (152,207,239).

#98cfef hex color red value is 152, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #98cfef hue: 0.56 , saturation: 0.73 and the lightness value of 98cfef is 0.77.

The process color (four color CMYK) of #98cfef color hex is 0.36, 0.13, 0.00, 0.06. Web safe color of #98cfef is #99ccff. Color #98cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11101111
Octal 230 317 357
Decimal 152 207 239
Hex 98 CF EF

RGB Percentages of Color #98cfef

%25.42
%34.62
%39.97

CMYK Percentages of Color #98cfef

%36
%13
%0
%6

Triadic Colors of #98cfef

#98cfef #ef98cf #cfef98

Analogous Colors of #98cfef

#98cfef #98a4ef #98efe4

Monochromatic Colors of #98cfef

#98cfef

Complementary Color

#98cfef #efb898

#98cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfef Color CSS Codes

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

#98cfef Text Font Color

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

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


#98cfef Background Color

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

This div background color is #98cfef


#98cfef Border Color

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

This div border color is #98cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfef


Comments

No comments written yet.

Please login to write comment.