Color Hex Logo

#98cfc4 Color Hex

#98CFC4
(152,207,196)
0 Favorites   0 Comments

Color spaces of #98cfc4

RGB 152207196
HSL0.470.360.70
HSV168°27°81°
CMYK 0.270.000.05   0.19
XYZ45.225555.286660.5123
Yxy55.28660.28090.3433
Hunter Lab74.3550-21.55073.7965
CIE-Lab79.2061-20.0232-0.2854

#98cfc4 color RGB value is (152,207,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11000100
Octal 230 317 304
Decimal 152 207 196
Hex 98 CF C4

RGB Percentages of Color #98cfc4

%27.39
%37.30
%35.32

CMYK Percentages of Color #98cfc4

%27
%0
%5
%19

Triadic Colors of #98cfc4

#98cfc4 #c498cf #cfc498

Analogous Colors of #98cfc4

#98cfc4 #98bfcf #98cfa9

Monochromatic Colors of #98cfc4

#98cfc4

Complementary Color

#98cfc4 #cf98a3

#98cfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfc4 Color CSS Codes

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

#98cfc4 Text Font Color

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

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


#98cfc4 Background Color

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

This div background color is #98cfc4


#98cfc4 Border Color

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

This div border color is #98cfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfc4


Comments

No comments written yet.

Please login to write comment.