Color Hex Logo

#93cced Color Hex

#93CCED
(147,204,237)
0 Favorites   0 Comments

Color spaces of #93cced

RGB 147204237
HSL0.560.710.75
HSV202°38°93°
CMYK 0.380.140.00   0.07
XYZ48.911555.503288.2560
Yxy55.50320.25390.2881
Hunter Lab74.5005-13.1859-18.0868
CIE-Lab79.3302-10.2294-22.1143

#93cced color RGB value is (147,204,237).

#93cced hex color red value is 147, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #93cced hue: 0.56 , saturation: 0.71 and the lightness value of 93cced is 0.75.

The process color (four color CMYK) of #93cced color hex is 0.38, 0.14, 0.00, 0.07. Web safe color of #93cced is #99ccff. Color #93cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 11101101
Octal 223 314 355
Decimal 147 204 237
Hex 93 CC ED

RGB Percentages of Color #93cced

%25.00
%34.69
%40.31

CMYK Percentages of Color #93cced

%38
%14
%0
%7

Triadic Colors of #93cced

#93cced #ed93cc #cced93

Analogous Colors of #93cced

#93cced #939fed #93ede1

Monochromatic Colors of #93cced

#93cced

Complementary Color

#93cced #edb493

#93cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cced Color CSS Codes

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

#93cced Text Font Color

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

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


#93cced Background Color

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

This div background color is #93cced


#93cced Border Color

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

This div border color is #93cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cced


Comments

No comments written yet.

Please login to write comment.