Color Hex Logo

#93cecd Color Hex

#93CECD
(147,206,205)
0 Favorites   0 Comments

Color spaces of #93cecd

RGB 147206205
HSL0.500.380.69
HSV179°29°81°
CMYK 0.290.000.00   0.19
XYZ45.123454.753465.9478
Yxy54.75340.27210.3302
Hunter Lab73.9955-20.6407-1.0448
CIE-Lab78.8990-18.9937-5.5978

#93cecd color RGB value is (147,206,205).

#93cecd hex color red value is 147, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #93cecd hue: 0.50 , saturation: 0.38 and the lightness value of 93cecd is 0.69.

The process color (four color CMYK) of #93cecd color hex is 0.29, 0.00, 0.00, 0.19. Web safe color of #93cecd is #99cccc. Color #93cecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 11001101
Octal 223 316 315
Decimal 147 206 205
Hex 93 CE CD

RGB Percentages of Color #93cecd

%26.34
%36.92
%36.74

CMYK Percentages of Color #93cecd

%29
%0
%0
%19

Triadic Colors of #93cecd

#93cecd #cd93ce #cecd93

Analogous Colors of #93cecd

#93cecd #93b2ce #93ceb0

Monochromatic Colors of #93cecd

#93cecd

Complementary Color

#93cecd #ce9394

#93cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cecd Color CSS Codes

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

#93cecd Text Font Color

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

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


#93cecd Background Color

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

This div background color is #93cecd


#93cecd Border Color

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

This div border color is #93cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cecd


Comments

No comments written yet.

Please login to write comment.