Color Hex Logo

#93beba Color Hex

#93BEBA
(147,190,186)
0 Favorites   0 Comments

Color spaces of #93beba

RGB 147190186
HSL0.480.250.66
HSV174°23°75°
CMYK 0.230.000.02   0.25
XYZ39.309046.575153.3725
Yxy46.57510.28230.3345
Hunter Lab68.2460-16.61621.4038
CIE-Lab73.9172-15.0497-2.6646

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 10111010
Octal 223 276 272
Decimal 147 190 186
Hex 93 BE BA

RGB Percentages of Color #93beba

%28.11
%36.33
%35.56

CMYK Percentages of Color #93beba

%23
%0
%2
%25

Triadic Colors of #93beba

#93beba #ba93be #beba93

Analogous Colors of #93beba

#93beba #93adbe #93bea5

Monochromatic Colors of #93beba

#93beba

Complementary Color

#93beba #be9397

#93beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#93beba Color CSS Codes

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

#93beba Text Font Color

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

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


#93beba Background Color

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

This div background color is #93beba


#93beba Border Color

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

This div border color is #93beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93beba


Comments

No comments written yet.

Please login to write comment.