Color Hex Logo

#93beca Color Hex

#93BECA
(147,190,202)
0 Favorites   0 Comments

Color spaces of #93beca

RGB 147190202
HSL0.540.340.68
HSV193°27°79°
CMYK 0.270.060.00   0.21
XYZ41.106747.294262.8393
Yxy47.29420.27180.3127
Hunter Lab68.7708-13.6532-6.0367
CIE-Lab74.3776-11.4398-10.6918

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

#93beca hex color red value is 147, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #93beca hue: 0.54 , saturation: 0.34 and the lightness value of 93beca is 0.68.

The process color (four color CMYK) of #93beca color hex is 0.27, 0.06, 0.00, 0.21. Web safe color of #93beca is #99cccc. Color #93beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11001010
Octal 223 276 312
Decimal 147 190 202
Hex 93 BE CA

RGB Percentages of Color #93beca

%27.27
%35.25
%37.48

CMYK Percentages of Color #93beca

%27
%6
%0
%21

Triadic Colors of #93beca

#93beca #ca93be #beca93

Analogous Colors of #93beca

#93beca #93a3ca #93cabb

Monochromatic Colors of #93beca

#93beca

Complementary Color

#93beca #ca9f93

#93beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#93beca Color CSS Codes

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

#93beca Text Font Color

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

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


#93beca Background Color

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

This div background color is #93beca


#93beca Border Color

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

This div border color is #93beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93beca


Comments

No comments written yet.

Please login to write comment.