Color Hex Logo

#93ddfd Color Hex

#93DDFD
(147,221,253)
0 Favorites   0 Comments

Color spaces of #93ddfd

RGB 147221253
HSL0.550.960.78
HSV198°42°99°
CMYK 0.420.130.00   0.01
XYZ55.618765.0078102.5448
Yxy65.00780.24920.2913
Hunter Lab80.6274-17.9644-18.9679
CIE-Lab84.4878-14.9239-22.7867

#93ddfd color RGB value is (147,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 11111101
Octal 223 335 375
Decimal 147 221 253
Hex 93 DD FD

RGB Percentages of Color #93ddfd

%23.67
%35.59
%40.74

CMYK Percentages of Color #93ddfd

%42
%13
%0
%1

Triadic Colors of #93ddfd

#93ddfd #fd93dd #ddfd93

Analogous Colors of #93ddfd

#93ddfd #93a8fd #93fde8

Monochromatic Colors of #93ddfd

#93ddfd

Complementary Color

#93ddfd #fdb393

#93ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddfd Color CSS Codes

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

#93ddfd Text Font Color

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

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


#93ddfd Background Color

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

This div background color is #93ddfd


#93ddfd Border Color

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

This div border color is #93ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddfd


Comments

No comments written yet.

Please login to write comment.