Color Hex Logo

#58deee Color Hex

#58DEEE
(88,222,238)
0 Favorites   0 Comments

Color spaces of #58deee

RGB 88222238
HSL0.520.820.64
HSV186°63°93°
CMYK 0.630.070.00   0.07
XYZ45.578460.490390.1625
Yxy60.49030.23230.3083
Hunter Lab77.7755-31.5017-14.2900
CIE-Lab82.1040-31.5015-18.6652

#58deee color RGB value is (88,222,238).

#58deee hex color red value is 88, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #58deee hue: 0.52 , saturation: 0.82 and the lightness value of 58deee is 0.64.

The process color (four color CMYK) of #58deee color hex is 0.63, 0.07, 0.00, 0.07. Web safe color of #58deee is #66ccff. Color #58deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 11101110
Octal 130 336 356
Decimal 88 222 238
Hex 58 DE EE

RGB Percentages of Color #58deee

%16.06
%40.51
%43.43

CMYK Percentages of Color #58deee

%63
%7
%0
%7

Triadic Colors of #58deee

#58deee #ee58de #deee58

Analogous Colors of #58deee

#58deee #5893ee #58eeb3

Monochromatic Colors of #58deee

#58deee

Complementary Color

#58deee #ee6858

#58deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#58deee Color CSS Codes

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

#58deee Text Font Color

<p style="color:#58deee">Text here</p>

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


#58deee Background Color

<div style="background-color:#58deee">
Div content here</div>

This div background color is #58deee


#58deee Border Color

<div style="border:3px solid #58deee">
Div here</div>

This div border color is #58deee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,222,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58deee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58deee;
  -webkit-box-shadow: 1px 1px 3px 2px #58deee;
  box-shadow:         1px 1px 3px 2px #58deee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,222,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58deee


Comments

No comments written yet.

Please login to write comment.