Color Hex Logo

#83dfeb Color Hex

#83DFEB
(131,223,235)
0 Favorites   0 Comments

Color spaces of #83dfeb

RGB 131223235
HSL0.520.720.72
HSV187°44°92°
CMYK 0.440.050.00   0.08
XYZ50.743163.598888.1986
Yxy63.59880.25050.3140
Hunter Lab79.7489-25.9834-9.7478
CIE-Lab83.7564-24.3676-14.4425

#83dfeb color RGB value is (131,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011111 11101011
Octal 203 337 353
Decimal 131 223 235
Hex 83 DF EB

RGB Percentages of Color #83dfeb

%22.24
%37.86
%39.90

CMYK Percentages of Color #83dfeb

%44
%5
%0
%8

Triadic Colors of #83dfeb

#83dfeb #eb83df #dfeb83

Analogous Colors of #83dfeb

#83dfeb #83abeb #83ebc3

Monochromatic Colors of #83dfeb

#83dfeb

Complementary Color

#83dfeb #eb8f83

#83dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dfeb Color CSS Codes

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

#83dfeb Text Font Color

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

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


#83dfeb Background Color

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

This div background color is #83dfeb


#83dfeb Border Color

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

This div border color is #83dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dfeb


Comments

No comments written yet.

Please login to write comment.