Color Hex Logo

#93bedc Color Hex

#93BEDC
(147,190,220)
0 Favorites   0 Comments

Color spaces of #93bedc

RGB 147190220
HSL0.570.510.72
HSV205°33°86°
CMYK 0.330.140.00   0.14
XYZ43.364348.197374.7276
Yxy48.19730.26080.2898
Hunter Lab69.4243-9.9965-15.2222
CIE-Lab74.9492-7.1046-19.6066

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11011100
Octal 223 276 334
Decimal 147 190 220
Hex 93 BE DC

RGB Percentages of Color #93bedc

%26.39
%34.11
%39.50

CMYK Percentages of Color #93bedc

%33
%14
%0
%14

Triadic Colors of #93bedc

#93bedc #dc93be #bedc93

Analogous Colors of #93bedc

#93bedc #939adc #93dcd6

Monochromatic Colors of #93bedc

#93bedc

Complementary Color

#93bedc #dcb193

#93bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bedc Color CSS Codes

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

#93bedc Text Font Color

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

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


#93bedc Background Color

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

This div background color is #93bedc


#93bedc Border Color

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

This div border color is #93bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bedc


Comments

No comments written yet.

Please login to write comment.