Color Hex Logo

#93beaf Color Hex

#93BEAF
(147,190,175)
0 Favorites   0 Comments

Color spaces of #93beaf

RGB 147190175
HSL0.440.250.66
HSV159°23°75°
CMYK 0.230.000.08   0.25
XYZ38.183946.125147.4480
Yxy46.12510.28980.3501
Hunter Lab67.9155-18.49466.1189
CIE-Lab73.6266-17.38612.8996

#93beaf color RGB value is (147,190,175).

#93beaf hex color red value is 147, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #93beaf hue: 0.44 , saturation: 0.25 and the lightness value of 93beaf is 0.66.

The process color (four color CMYK) of #93beaf color hex is 0.23, 0.00, 0.08, 0.25. Web safe color of #93beaf is #99cc99. Color #93beaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 10101111
Octal 223 276 257
Decimal 147 190 175
Hex 93 BE AF

RGB Percentages of Color #93beaf

%28.71
%37.11
%34.18

CMYK Percentages of Color #93beaf

%23
%0
%8
%25

Triadic Colors of #93beaf

#93beaf #af93be #beaf93

Analogous Colors of #93beaf

#93beaf #93b8be #93be9a

Monochromatic Colors of #93beaf

#93beaf

Complementary Color

#93beaf #be93a2

#93beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93beaf Color CSS Codes

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

#93beaf Text Font Color

<p style="color:#93beaf">Text here</p>

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


#93beaf Background Color

<div style="background-color:#93beaf">
Div content here</div>

This div background color is #93beaf


#93beaf Border Color

<div style="border:3px solid #93beaf">
Div here</div>

This div border color is #93beaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,190,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93beaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93beaf;
  -webkit-box-shadow: 1px 1px 3px 2px #93beaf;
  box-shadow:         1px 1px 3px 2px #93beaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93beaf


Comments

No comments written yet.

Please login to write comment.