Color Hex Logo

#98cfcc Color Hex

#98CFCC
(152,207,204)
0 Favorites   0 Comments

Color spaces of #98cfcc

RGB 152207204
HSL0.490.360.70
HSV177°27°81°
CMYK 0.270.000.01   0.19
XYZ46.160855.660765.4374
Yxy55.66070.27600.3328
Hunter Lab74.6061-20.11790.2207
CIE-Lab79.4203-18.2742-4.2613

#98cfcc color RGB value is (152,207,204).

#98cfcc hex color red value is 152, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #98cfcc hue: 0.49 , saturation: 0.36 and the lightness value of 98cfcc is 0.70.

The process color (four color CMYK) of #98cfcc color hex is 0.27, 0.00, 0.01, 0.19. Web safe color of #98cfcc is #99cccc. Color #98cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11001100
Octal 230 317 314
Decimal 152 207 204
Hex 98 CF CC

RGB Percentages of Color #98cfcc

%27.00
%36.77
%36.23

CMYK Percentages of Color #98cfcc

%27
%0
%1
%19

Triadic Colors of #98cfcc

#98cfcc #cc98cf #cfcc98

Analogous Colors of #98cfcc

#98cfcc #98b7cf #98cfb1

Monochromatic Colors of #98cfcc

#98cfcc

Complementary Color

#98cfcc #cf989b

#98cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfcc Color CSS Codes

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

#98cfcc Text Font Color

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

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


#98cfcc Background Color

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

This div background color is #98cfcc


#98cfcc Border Color

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

This div border color is #98cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfcc


Comments

No comments written yet.

Please login to write comment.