Color Hex Logo

#83cffe Color Hex

#83CFFE
(131,207,254)
0 Favorites   0 Comments

Color spaces of #83cffe

RGB 131207254
HSL0.560.980.75
HSV203°48°100°
CMYK 0.480.190.00   0.00
XYZ49.562356.6067102.0799
Yxy56.60670.23800.2718
Hunter Lab75.2374-14.0795-27.7767
CIE-Lab79.9579-11.1654-30.3001

#83cffe color RGB value is (131,207,254).

#83cffe hex color red value is 131, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #83cffe hue: 0.56 , saturation: 0.98 and the lightness value of 83cffe is 0.75.

The process color (four color CMYK) of #83cffe color hex is 0.48, 0.19, 0.00, 0.00. Web safe color of #83cffe is #99ccff. Color #83cffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 11111110
Octal 203 317 376
Decimal 131 207 254
Hex 83 CF FE

RGB Percentages of Color #83cffe

%22.13
%34.97
%42.91

CMYK Percentages of Color #83cffe

%48
%19
%0
%0

Triadic Colors of #83cffe

#83cffe #fe83cf #cffe83

Analogous Colors of #83cffe

#83cffe #8392fe #83fef0

Monochromatic Colors of #83cffe

#83cffe

Complementary Color

#83cffe #feb283

#83cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cffe Color CSS Codes

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

#83cffe Text Font Color

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

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


#83cffe Background Color

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

This div background color is #83cffe


#83cffe Border Color

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

This div border color is #83cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.