Color Hex Logo

#83cbed Color Hex

#83CBED
(131,203,237)
0 Favorites   0 Comments

Color spaces of #83cbed

RGB 131203237
HSL0.550.750.72
HSV199°45°93°
CMYK 0.450.140.00   0.07
XYZ46.002153.651688.0520
Yxy53.65160.24510.2858
Hunter Lab73.2473-16.0778-20.0006
CIE-Lab78.2581-13.7157-23.8189

#83cbed color RGB value is (131,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001011 11101101
Octal 203 313 355
Decimal 131 203 237
Hex 83 CB ED

RGB Percentages of Color #83cbed

%22.94
%35.55
%41.51

CMYK Percentages of Color #83cbed

%45
%14
%0
%7

Triadic Colors of #83cbed

#83cbed #ed83cb #cbed83

Analogous Colors of #83cbed

#83cbed #8396ed #83edda

Monochromatic Colors of #83cbed

#83cbed

Complementary Color

#83cbed #eda583

#83cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cbed Color CSS Codes

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

#83cbed Text Font Color

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

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


#83cbed Background Color

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

This div background color is #83cbed


#83cbed Border Color

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

This div border color is #83cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cbed


Comments

No comments written yet.

Please login to write comment.