Color Hex Logo

#93ddeb Color Hex

#93DDEB
(147,221,235)
0 Favorites   0 Comments

Color spaces of #93ddeb

RGB 147221235
HSL0.530.690.75
HSV190°37°92°
CMYK 0.370.060.00   0.08
XYZ52.884563.914188.1466
Yxy63.91410.25800.3119
Hunter Lab79.9463-21.8282-9.4091
CIE-Lab83.9210-19.4497-14.1220

#93ddeb color RGB value is (147,221,235).

#93ddeb hex color red value is 147, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #93ddeb hue: 0.53 , saturation: 0.69 and the lightness value of 93ddeb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 11101011
Octal 223 335 353
Decimal 147 221 235
Hex 93 DD EB

RGB Percentages of Color #93ddeb

%24.38
%36.65
%38.97

CMYK Percentages of Color #93ddeb

%37
%6
%0
%8

Triadic Colors of #93ddeb

#93ddeb #eb93dd #ddeb93

Analogous Colors of #93ddeb

#93ddeb #93b1eb #93ebcd

Monochromatic Colors of #93ddeb

#93ddeb

Complementary Color

#93ddeb #eba193

#93ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddeb Color CSS Codes

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

#93ddeb Text Font Color

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

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


#93ddeb Background Color

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

This div background color is #93ddeb


#93ddeb Border Color

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

This div border color is #93ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddeb


Comments

No comments written yet.

Please login to write comment.