Color Hex Logo

#93dbe3 Color Hex

#93DBE3
(147,219,227)
0 Favorites   0 Comments

Color spaces of #93dbe3

RGB 147219227
HSL0.520.590.73
HSV186°35°89°
CMYK 0.350.040.00   0.11
XYZ51.229362.412182.0197
Yxy62.41210.26180.3190
Hunter Lab79.0013-22.5020-6.2543
CIE-Lab83.1321-20.3851-11.0594

#93dbe3 color RGB value is (147,219,227).

#93dbe3 hex color red value is 147, green value is 219 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #93dbe3 hue: 0.52 , saturation: 0.59 and the lightness value of 93dbe3 is 0.73.

The process color (four color CMYK) of #93dbe3 color hex is 0.35, 0.04, 0.00, 0.11. Web safe color of #93dbe3 is #99cccc. Color #93dbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011011 11100011
Octal 223 333 343
Decimal 147 219 227
Hex 93 DB E3

RGB Percentages of Color #93dbe3

%24.79
%36.93
%38.28

CMYK Percentages of Color #93dbe3

%35
%4
%0
%11

Triadic Colors of #93dbe3

#93dbe3 #e393db #dbe393

Analogous Colors of #93dbe3

#93dbe3 #93b3e3 #93e3c3

Monochromatic Colors of #93dbe3

#93dbe3

Complementary Color

#93dbe3 #e39b93

#93dbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dbe3 Color CSS Codes

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

#93dbe3 Text Font Color

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

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


#93dbe3 Background Color

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

This div background color is #93dbe3


#93dbe3 Border Color

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

This div border color is #93dbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dbe3


Comments

No comments written yet.

Please login to write comment.