Color Hex Logo

#93beda Color Hex

#93BEDA
(147,190,218)
0 Favorites   0 Comments

Color spaces of #93beda

RGB 147190218
HSL0.570.490.72
HSV204°33°85°
CMYK 0.330.130.00   0.15
XYZ43.101048.091973.3407
Yxy48.09190.26200.2923
Hunter Lab69.3483-10.4192-14.1595
CIE-Lab74.8829-7.5993-18.6228

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

#93beda hex color red value is 147, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #93beda hue: 0.57 , saturation: 0.49 and the lightness value of 93beda is 0.72.

The process color (four color CMYK) of #93beda color hex is 0.33, 0.13, 0.00, 0.15. Web safe color of #93beda is #99cccc. Color #93beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11011010
Octal 223 276 332
Decimal 147 190 218
Hex 93 BE DA

RGB Percentages of Color #93beda

%26.49
%34.23
%39.28

CMYK Percentages of Color #93beda

%33
%13
%0
%15

Triadic Colors of #93beda

#93beda #da93be #beda93

Analogous Colors of #93beda

#93beda #939bda #93dad3

Monochromatic Colors of #93beda

#93beda

Complementary Color

#93beda #daaf93

#93beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#93beda Color CSS Codes

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

#93beda Text Font Color

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

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


#93beda Background Color

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

This div background color is #93beda


#93beda Border Color

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

This div border color is #93beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93beda


Comments

No comments written yet.

Please login to write comment.