Color Hex Logo

#93cbe1 Color Hex

#93CBE1
(147,203,225)
0 Favorites   0 Comments

Color spaces of #93cbe1

RGB 147203225
HSL0.550.570.73
HSV197°35°88°
CMYK 0.350.100.00   0.12
XYZ46.979254.351279.2489
Yxy54.35120.26020.3010
Hunter Lab73.7233-15.2689-12.1276
CIE-Lab78.6661-12.7141-16.6867

#93cbe1 color RGB value is (147,203,225).

#93cbe1 hex color red value is 147, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #93cbe1 hue: 0.55 , saturation: 0.57 and the lightness value of 93cbe1 is 0.73.

The process color (four color CMYK) of #93cbe1 color hex is 0.35, 0.10, 0.00, 0.12. Web safe color of #93cbe1 is #99cccc. Color #93cbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001011 11100001
Octal 223 313 341
Decimal 147 203 225
Hex 93 CB E1

RGB Percentages of Color #93cbe1

%25.57
%35.30
%39.13

CMYK Percentages of Color #93cbe1

%35
%10
%0
%12

Triadic Colors of #93cbe1

#93cbe1 #e193cb #cbe193

Analogous Colors of #93cbe1

#93cbe1 #93a4e1 #93e1d0

Monochromatic Colors of #93cbe1

#93cbe1

Complementary Color

#93cbe1 #e1a993

#93cbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cbe1 Color CSS Codes

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

#93cbe1 Text Font Color

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

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


#93cbe1 Background Color

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

This div background color is #93cbe1


#93cbe1 Border Color

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

This div border color is #93cbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cbe1


Comments

No comments written yet.

Please login to write comment.