Color Hex Logo

#93cbeb Color Hex

#93CBEB
(147,203,235)
0 Favorites   0 Comments

Color spaces of #93cbeb

RGB 147203235
HSL0.560.690.75
HSV202°37°92°
CMYK 0.370.140.00   0.08
XYZ48.384054.913186.6464
Yxy54.91310.25470.2891
Hunter Lab74.1034-13.1337-17.4533
CIE-Lab78.9912-10.2136-21.5582

#93cbeb color RGB value is (147,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001011 11101011
Octal 223 313 353
Decimal 147 203 235
Hex 93 CB EB

RGB Percentages of Color #93cbeb

%25.13
%34.70
%40.17

CMYK Percentages of Color #93cbeb

%37
%14
%0
%8

Triadic Colors of #93cbeb

#93cbeb #eb93cb #cbeb93

Analogous Colors of #93cbeb

#93cbeb #939feb #93ebdf

Monochromatic Colors of #93cbeb

#93cbeb

Complementary Color

#93cbeb #ebb393

#93cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cbeb Color CSS Codes

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

#93cbeb Text Font Color

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

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


#93cbeb Background Color

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

This div background color is #93cbeb


#93cbeb Border Color

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

This div border color is #93cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cbeb


Comments

No comments written yet.

Please login to write comment.