Color Hex Logo

#93fcfd Color Hex

#93FCFD
(147,252,253)
0 Favorites   0 Comments

Color spaces of #93fcfd

RGB 147252253
HSL0.500.960.78
HSV181°42°99°
CMYK 0.420.000.00   0.01
XYZ64.572682.9157105.5295
Yxy82.91570.25520.3277
Hunter Lab91.0581-32.7707-4.9720
CIE-Lab92.9775-30.1824-10.0330

#93fcfd color RGB value is (147,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111100 11111101
Octal 223 374 375
Decimal 147 252 253
Hex 93 FC FD

RGB Percentages of Color #93fcfd

%22.55
%38.65
%38.80

CMYK Percentages of Color #93fcfd

%42
%0
%0
%1

Triadic Colors of #93fcfd

#93fcfd #fd93fc #fcfd93

Analogous Colors of #93fcfd

#93fcfd #93c7fd #93fdc9

Monochromatic Colors of #93fcfd

#93fcfd

Complementary Color

#93fcfd #fd9493

#93fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fcfd Color CSS Codes

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

#93fcfd Text Font Color

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

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


#93fcfd Background Color

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

This div background color is #93fcfd


#93fcfd Border Color

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

This div border color is #93fcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,252,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 #93fcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fcfd

Related Colors

#93fcfd Color Palettes


Comments

No comments written yet.

Please login to write comment.