Color Hex Logo

#83eaed Color Hex

#83EAED
(131,234,237)
0 Favorites   0 Comments

Color spaces of #83eaed

RGB 131234237
HSL0.500.750.72
HSV182°45°93°
CMYK 0.450.010.00   0.07
XYZ54.069069.785490.7410
Yxy69.78540.25200.3252
Hunter Lab83.5377-30.6584-5.9261
CIE-Lab86.8915-29.2058-10.8116

#83eaed color RGB value is (131,234,237).

#83eaed hex color red value is 131, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #83eaed hue: 0.50 , saturation: 0.75 and the lightness value of 83eaed is 0.72.

The process color (four color CMYK) of #83eaed color hex is 0.45, 0.01, 0.00, 0.07. Web safe color of #83eaed is #99ffff. Color #83eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101010 11101101
Octal 203 352 355
Decimal 131 234 237
Hex 83 EA ED

RGB Percentages of Color #83eaed

%21.76
%38.87
%39.37

CMYK Percentages of Color #83eaed

%45
%1
%0
%7

Triadic Colors of #83eaed

#83eaed #ed83ea #eaed83

Analogous Colors of #83eaed

#83eaed #83b5ed #83edbb

Monochromatic Colors of #83eaed

#83eaed

Complementary Color

#83eaed #ed8683

#83eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eaed Color CSS Codes

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

#83eaed Text Font Color

<p style="color:#83eaed">Text here</p>

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


#83eaed Background Color

<div style="background-color:#83eaed">
Div content here</div>

This div background color is #83eaed


#83eaed Border Color

<div style="border:3px solid #83eaed">
Div here</div>

This div border color is #83eaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,234,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83eaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83eaed;
  -webkit-box-shadow: 1px 1px 3px 2px #83eaed;
  box-shadow:         1px 1px 3px 2px #83eaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,234,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eaed


Comments

No comments written yet.

Please login to write comment.