Color Hex Logo

#98cecc Color Hex

#98CECC
(152,206,204)
0 Favorites   0 Comments

Color spaces of #98cecc

RGB 152206204
HSL0.490.360.70
HSV178°26°81°
CMYK 0.260.000.01   0.19
XYZ45.919355.177665.3569
Yxy55.17760.27590.3315
Hunter Lab74.2816-19.6480-0.1693
CIE-Lab79.1435-17.7674-4.6694

#98cecc color RGB value is (152,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 11001100
Octal 230 316 314
Decimal 152 206 204
Hex 98 CE CC

RGB Percentages of Color #98cecc

%27.05
%36.65
%36.30

CMYK Percentages of Color #98cecc

%26
%0
%1
%19

Triadic Colors of #98cecc

#98cecc #cc98ce #cecc98

Analogous Colors of #98cecc

#98cecc #98b5ce #98ceb1

Monochromatic Colors of #98cecc

#98cecc

Complementary Color

#98cecc #ce989a

#98cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cecc Color CSS Codes

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

#98cecc Text Font Color

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

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


#98cecc Background Color

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

This div background color is #98cecc


#98cecc Border Color

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

This div border color is #98cecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,206,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 #98cecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cecc


Comments

No comments written yet.

Please login to write comment.