Color Hex Logo

#93ddfc Color Hex

#93DDFC
(147,221,252)
0 Favorites   0 Comments

Color spaces of #93ddfc

RGB 147221252
HSL0.550.950.78
HSV198°42°99°
CMYK 0.420.120.00   0.01
XYZ55.459864.9442101.7079
Yxy64.94420.24970.2924
Hunter Lab80.5880-18.1871-18.4167
CIE-Lab84.4550-15.1813-22.3084

#93ddfc color RGB value is (147,221,252).

#93ddfc hex color red value is 147, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #93ddfc hue: 0.55 , saturation: 0.95 and the lightness value of 93ddfc is 0.78.

The process color (four color CMYK) of #93ddfc color hex is 0.42, 0.12, 0.00, 0.01. Web safe color of #93ddfc is #99ccff. Color #93ddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 11111100
Octal 223 335 374
Decimal 147 221 252
Hex 93 DD FC

RGB Percentages of Color #93ddfc

%23.71
%35.65
%40.65

CMYK Percentages of Color #93ddfc

%42
%12
%0
%1

Triadic Colors of #93ddfc

#93ddfc #fc93dd #ddfc93

Analogous Colors of #93ddfc

#93ddfc #93a9fc #93fce7

Monochromatic Colors of #93ddfc

#93ddfc

Complementary Color

#93ddfc #fcb293

#93ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddfc Color CSS Codes

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

#93ddfc Text Font Color

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

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


#93ddfc Background Color

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

This div background color is #93ddfc


#93ddfc Border Color

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

This div border color is #93ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.