Color Hex Logo

#98cbbe Color Hex

#98CBBE
(152,203,190)
0 Favorites   0 Comments

Color spaces of #98cbbe

RGB 152203190
HSL0.460.330.70
HSV165°25°80°
CMYK 0.250.000.06   0.20
XYZ43.599153.105056.6676
Yxy53.10500.28430.3463
Hunter Lab72.8732-20.73384.9062
CIE-Lab77.9370-19.28941.0854

#98cbbe color RGB value is (152,203,190).

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

The process color (four color CMYK) of #98cbbe color hex is 0.25, 0.00, 0.06, 0.20. Web safe color of #98cbbe is #99cccc. Color #98cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 10111110
Octal 230 313 276
Decimal 152 203 190
Hex 98 CB BE

RGB Percentages of Color #98cbbe

%27.89
%37.25
%34.86

CMYK Percentages of Color #98cbbe

%25
%0
%6
%20

Triadic Colors of #98cbbe

#98cbbe #be98cb #cbbe98

Analogous Colors of #98cbbe

#98cbbe #98bfcb #98cba5

Monochromatic Colors of #98cbbe

#98cbbe

Complementary Color

#98cbbe #cb98a5

#98cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbbe Color CSS Codes

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

#98cbbe Text Font Color

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

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


#98cbbe Background Color

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

This div background color is #98cbbe


#98cbbe Border Color

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

This div border color is #98cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbbe


Comments

No comments written yet.

Please login to write comment.