Color Hex Logo

#83eddf Color Hex

#83EDDF
(131,237,223)
0 Favorites   0 Comments

Color spaces of #83eddf

RGB 131237223
HSL0.480.750.72
HSV172°45°93°
CMYK 0.450.000.06   0.07
XYZ52.963570.721480.6712
Yxy70.72140.25920.3461
Hunter Lab84.0960-34.74911.9918
CIE-Lab87.3495-34.0228-2.7852

#83eddf color RGB value is (131,237,223).

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

The process color (four color CMYK) of #83eddf color hex is 0.45, 0.00, 0.06, 0.07. Web safe color of #83eddf is #99ffcc. Color #83eddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101101 11011111
Octal 203 355 337
Decimal 131 237 223
Hex 83 ED DF

RGB Percentages of Color #83eddf

%22.17
%40.10
%37.73

CMYK Percentages of Color #83eddf

%45
%0
%6
%7

Triadic Colors of #83eddf

#83eddf #df83ed #eddf83

Analogous Colors of #83eddf

#83eddf #83c6ed #83edaa

Monochromatic Colors of #83eddf

#83eddf

Complementary Color

#83eddf #ed8391

#83eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eddf Color CSS Codes

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

#83eddf Text Font Color

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

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


#83eddf Background Color

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

This div background color is #83eddf


#83eddf Border Color

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

This div border color is #83eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eddf


Comments

No comments written yet.

Please login to write comment.