Color Hex Logo

#93caed Color Hex

#93CAED
(147,202,237)
0 Favorites   0 Comments

Color spaces of #93caed

RGB 147202237
HSL0.560.710.75
HSV203°38°93°
CMYK 0.380.150.00   0.07
XYZ48.439254.558588.0986
Yxy54.55850.25350.2855
Hunter Lab73.8637-12.2027-19.0116
CIE-Lab78.7863-9.1786-22.9412

#93caed color RGB value is (147,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 11101101
Octal 223 312 355
Decimal 147 202 237
Hex 93 CA ED

RGB Percentages of Color #93caed

%25.09
%34.47
%40.44

CMYK Percentages of Color #93caed

%38
%15
%0
%7

Triadic Colors of #93caed

#93caed #ed93ca #caed93

Analogous Colors of #93caed

#93caed #939ded #93ede3

Monochromatic Colors of #93caed

#93caed

Complementary Color

#93caed #edb693

#93caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#93caed Color CSS Codes

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

#93caed Text Font Color

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

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


#93caed Background Color

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

This div background color is #93caed


#93caed Border Color

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

This div border color is #93caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93caed


Comments

No comments written yet.

Please login to write comment.