Color Hex Logo

#93fcd2 Color Hex

#93FCD2
(147,252,210)
0 Favorites   0 Comments

Color spaces of #93fcd2

RGB 147252210
HSL0.430.950.78
HSV156°42°99°
CMYK 0.420.000.17   0.01
XYZ58.475980.477073.4244
Yxy80.47700.27530.3789
Hunter Lab89.7090-40.637314.2690
CIE-Lab91.8985-39.824510.6478

#93fcd2 color RGB value is (147,252,210).

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

The process color (four color CMYK) of #93fcd2 color hex is 0.42, 0.00, 0.17, 0.01. Web safe color of #93fcd2 is #99ffcc. Color #93fcd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111100 11010010
Octal 223 374 322
Decimal 147 252 210
Hex 93 FC D2

RGB Percentages of Color #93fcd2

%24.14
%41.38
%34.48

CMYK Percentages of Color #93fcd2

%42
%0
%17
%1

Triadic Colors of #93fcd2

#93fcd2 #d293fc #fcd293

Analogous Colors of #93fcd2

#93fcd2 #93f2fc #93fc9e

Monochromatic Colors of #93fcd2

#93fcd2

Complementary Color

#93fcd2 #fc93bd

#93fcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fcd2 Color CSS Codes

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

#93fcd2 Text Font Color

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

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


#93fcd2 Background Color

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

This div background color is #93fcd2


#93fcd2 Border Color

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

This div border color is #93fcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fcd2


Comments

No comments written yet.

Please login to write comment.