Color Hex Logo

#93dfeb Color Hex

#93DFEB
(147,223,235)
0 Favorites   0 Comments

Color spaces of #93dfeb

RGB 147223235
HSL0.520.690.75
HSV188°37°92°
CMYK 0.370.050.00   0.08
XYZ53.415764.976688.3237
Yxy64.97660.25840.3143
Hunter Lab80.6081-22.7794-8.5395
CIE-Lab84.4717-20.4508-13.2974

#93dfeb color RGB value is (147,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011111 11101011
Octal 223 337 353
Decimal 147 223 235
Hex 93 DF EB

RGB Percentages of Color #93dfeb

%24.30
%36.86
%38.84

CMYK Percentages of Color #93dfeb

%37
%5
%0
%8

Triadic Colors of #93dfeb

#93dfeb #eb93df #dfeb93

Analogous Colors of #93dfeb

#93dfeb #93b3eb #93ebcb

Monochromatic Colors of #93dfeb

#93dfeb

Complementary Color

#93dfeb #eb9f93

#93dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dfeb Color CSS Codes

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

#93dfeb Text Font Color

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

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


#93dfeb Background Color

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

This div background color is #93dfeb


#93dfeb Border Color

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

This div border color is #93dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dfeb


Comments

No comments written yet.

Please login to write comment.