Color Hex Logo

#93caeb Color Hex

#93CAEB
(147,202,235)
0 Favorites   0 Comments

Color spaces of #93caeb

RGB 147202235
HSL0.560.690.75
HSV203°37°92°
CMYK 0.370.140.00   0.08
XYZ48.148554.442386.5680
Yxy54.44230.25450.2878
Hunter Lab73.7850-12.6434-17.9122
CIE-Lab78.7189-9.6889-21.9717

#93caeb color RGB value is (147,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 11101011
Octal 223 312 353
Decimal 147 202 235
Hex 93 CA EB

RGB Percentages of Color #93caeb

%25.17
%34.59
%40.24

CMYK Percentages of Color #93caeb

%37
%14
%0
%8

Triadic Colors of #93caeb

#93caeb #eb93ca #caeb93

Analogous Colors of #93caeb

#93caeb #939eeb #93ebe0

Monochromatic Colors of #93caeb

#93caeb

Complementary Color

#93caeb #ebb493

#93caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93caeb Color CSS Codes

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

#93caeb Text Font Color

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

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


#93caeb Background Color

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

This div background color is #93caeb


#93caeb Border Color

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

This div border color is #93caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93caeb


Comments

No comments written yet.

Please login to write comment.