Color Hex Logo

#93beef Color Hex

#93BEEF
(147,190,239)
0 Favorites   0 Comments

Color spaces of #93beef

RGB 147190239
HSL0.590.740.76
HSV212°38°94°
CMYK 0.380.210.00   0.06
XYZ46.026149.262088.7440
Yxy49.26200.25010.2677
Hunter Lab70.1869-5.7730-25.8352
CIE-Lab75.6140-2.2504-28.8646

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

#93beef hex color red value is 147, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #93beef hue: 0.59 , saturation: 0.74 and the lightness value of 93beef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11101111
Octal 223 276 357
Decimal 147 190 239
Hex 93 BE EF

RGB Percentages of Color #93beef

%25.52
%32.99
%41.49

CMYK Percentages of Color #93beef

%38
%21
%0
%6

Triadic Colors of #93beef

#93beef #ef93be #beef93

Analogous Colors of #93beef

#93beef #9693ef #93ecef

Monochromatic Colors of #93beef

#93beef

Complementary Color

#93beef #efc493

#93beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#93beef Color CSS Codes

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

#93beef Text Font Color

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

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


#93beef Background Color

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

This div background color is #93beef


#93beef Border Color

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

This div border color is #93beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93beef


Comments

No comments written yet.

Please login to write comment.