Color Hex Logo

#99cfbe Color Hex

#99CFBE
(153,207,190)
0 Favorites   0 Comments

Color spaces of #99cfbe

RGB 153207190
HSL0.450.360.71
HSV161°26°81°
CMYK 0.260.000.08   0.19
XYZ44.744055.115756.9953
Yxy55.11570.28530.3514
Hunter Lab74.2399-22.33906.4500
CIE-Lab79.1079-20.99022.7947

#99cfbe color RGB value is (153,207,190).

#99cfbe hex color red value is 153, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #99cfbe hue: 0.45 , saturation: 0.36 and the lightness value of 99cfbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 10111110
Octal 231 317 276
Decimal 153 207 190
Hex 99 CF BE

RGB Percentages of Color #99cfbe

%27.82
%37.64
%34.55

CMYK Percentages of Color #99cfbe

%26
%0
%8
%19

Triadic Colors of #99cfbe

#99cfbe #be99cf #cfbe99

Analogous Colors of #99cfbe

#99cfbe #99c5cf #99cfa3

Monochromatic Colors of #99cfbe

#99cfbe

Complementary Color

#99cfbe #cf99aa

#99cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cfbe Color CSS Codes

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

#99cfbe Text Font Color

<p style="color:#99cfbe">Text here</p>

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


#99cfbe Background Color

<div style="background-color:#99cfbe">
Div content here</div>

This div background color is #99cfbe


#99cfbe Border Color

<div style="border:3px solid #99cfbe">
Div here</div>

This div border color is #99cfbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,207,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99cfbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99cfbe;
  -webkit-box-shadow: 1px 1px 3px 2px #99cfbe;
  box-shadow:         1px 1px 3px 2px #99cfbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,207,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 #99cfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cfbe


Comments

No comments written yet.

Please login to write comment.