Color Hex Logo

#93bebe Color Hex

#93BEBE
(147,190,190)
0 Favorites   0 Comments

Color spaces of #93bebe

RGB 147190190
HSL0.500.250.66
HSV180°23°75°
CMYK 0.230.000.00   0.25
XYZ39.740346.747755.6439
Yxy46.74770.27960.3289
Hunter Lab68.3723-15.9012-0.3918
CIE-Lab74.0281-14.1704-4.6794

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 10111110
Octal 223 276 276
Decimal 147 190 190
Hex 93 BE BE

RGB Percentages of Color #93bebe

%27.89
%36.05
%36.05

CMYK Percentages of Color #93bebe

%23
%0
%0
%25

Triadic Colors of #93bebe

#93bebe #be93be #bebe93

Analogous Colors of #93bebe

#93bebe #93a9be #93bea9

Monochromatic Colors of #93bebe

#93bebe

Complementary Color

#93bebe #be9393

#93bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bebe Color CSS Codes

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

#93bebe Text Font Color

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

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


#93bebe Background Color

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

This div background color is #93bebe


#93bebe Border Color

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

This div border color is #93bebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,190,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 #93bebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bebe


Comments

No comments written yet.

Please login to write comment.