Color Hex Logo

#83cfeb Color Hex

#83CFEB
(131,207,235)
0 Favorites   0 Comments

Color spaces of #83cfeb

RGB 131207235
HSL0.540.720.72
HSV196°44°92°
CMYK 0.440.120.00   0.08
XYZ46.668355.449186.8403
Yxy55.44910.24700.2934
Hunter Lab74.4642-18.4424-17.0193
CIE-Lab79.2993-16.3173-21.1652

#83cfeb color RGB value is (131,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 11101011
Octal 203 317 353
Decimal 131 207 235
Hex 83 CF EB

RGB Percentages of Color #83cfeb

%22.86
%36.13
%41.01

CMYK Percentages of Color #83cfeb

%44
%12
%0
%8

Triadic Colors of #83cfeb

#83cfeb #eb83cf #cfeb83

Analogous Colors of #83cfeb

#83cfeb #839beb #83ebd3

Monochromatic Colors of #83cfeb

#83cfeb

Complementary Color

#83cfeb #eb9f83

#83cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfeb Color CSS Codes

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

#83cfeb Text Font Color

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

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


#83cfeb Background Color

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

This div background color is #83cfeb


#83cfeb Border Color

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

This div border color is #83cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfeb

#83cfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.