Color Hex Logo

#98cbe7 Color Hex

#98CBE7
(152,203,231)
0 Favorites   0 Comments

Color spaces of #98cbe7

RGB 152203231
HSL0.560.620.75
HSV201°34°91°
CMYK 0.340.120.00   0.09
XYZ48.728655.156883.6794
Yxy55.15680.25980.2941
Hunter Lab74.2676-12.8506-14.8164
CIE-Lab79.1315-9.8728-19.1762

#98cbe7 color RGB value is (152,203,231).

#98cbe7 hex color red value is 152, green value is 203 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #98cbe7 hue: 0.56 , saturation: 0.62 and the lightness value of 98cbe7 is 0.75.

The process color (four color CMYK) of #98cbe7 color hex is 0.34, 0.12, 0.00, 0.09. Web safe color of #98cbe7 is #99ccff. Color #98cbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 11100111
Octal 230 313 347
Decimal 152 203 231
Hex 98 CB E7

RGB Percentages of Color #98cbe7

%25.94
%34.64
%39.42

CMYK Percentages of Color #98cbe7

%34
%12
%0
%9

Triadic Colors of #98cbe7

#98cbe7 #e798cb #cbe798

Analogous Colors of #98cbe7

#98cbe7 #98a4e7 #98e7dc

Monochromatic Colors of #98cbe7

#98cbe7

Complementary Color

#98cbe7 #e7b498

#98cbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbe7 Color CSS Codes

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

#98cbe7 Text Font Color

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

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


#98cbe7 Background Color

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

This div background color is #98cbe7


#98cbe7 Border Color

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

This div border color is #98cbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbe7


Comments

No comments written yet.

Please login to write comment.