Color Hex Logo

#93ced3 Color Hex

#93CED3
(147,206,211)
0 Favorites   0 Comments

Color spaces of #93ced3

RGB 147206211
HSL0.510.420.70
HSV185°30°83°
CMYK 0.300.020.00   0.17
XYZ45.861855.048869.8363
Yxy55.04880.26860.3224
Hunter Lab74.1949-19.5055-3.8706
CIE-Lab79.0694-17.6119-8.5666

#93ced3 color RGB value is (147,206,211).

#93ced3 hex color red value is 147, green value is 206 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #93ced3 hue: 0.51 , saturation: 0.42 and the lightness value of 93ced3 is 0.70.

The process color (four color CMYK) of #93ced3 color hex is 0.30, 0.02, 0.00, 0.17. Web safe color of #93ced3 is #99cccc. Color #93ced3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 11010011
Octal 223 316 323
Decimal 147 206 211
Hex 93 CE D3

RGB Percentages of Color #93ced3

%26.06
%36.52
%37.41

CMYK Percentages of Color #93ced3

%30
%2
%0
%17

Triadic Colors of #93ced3

#93ced3 #d393ce #ced393

Analogous Colors of #93ced3

#93ced3 #93aed3 #93d3b8

Monochromatic Colors of #93ced3

#93ced3

Complementary Color

#93ced3 #d39893

#93ced3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ced3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ced3 Color CSS Codes

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

#93ced3 Text Font Color

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

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


#93ced3 Background Color

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

This div background color is #93ced3


#93ced3 Border Color

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

This div border color is #93ced3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ced3


Comments

No comments written yet.

Please login to write comment.