Color Hex Logo

#80cbff Color Hex

#80CBFF
(128,203,255)
0 Favorites   0 Comments

Color spaces of #80cbff

RGB 128203255
HSL0.571.000.75
HSV205°50°100°
CMYK 0.500.200.00   0.00
XYZ48.308054.5211102.5853
Yxy54.52110.23520.2654
Hunter Lab73.8384-12.4355-30.6860
CIE-Lab78.7646-9.4461-32.6800

#80cbff color RGB value is (128,203,255).

#80cbff hex color red value is 128, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #80cbff hue: 0.57 , saturation: 1.00 and the lightness value of 80cbff is 0.75.

The process color (four color CMYK) of #80cbff color hex is 0.50, 0.20, 0.00, 0.00. Web safe color of #80cbff is #99ccff. Color #80cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 11111111
Octal 200 313 377
Decimal 128 203 255
Hex 80 CB FF

RGB Percentages of Color #80cbff

%21.84
%34.64
%43.52

CMYK Percentages of Color #80cbff

%50
%20
%0
%0

Triadic Colors of #80cbff

#80cbff #ff80cb #cbff80

Analogous Colors of #80cbff

#80cbff #808cff #80fff4

Monochromatic Colors of #80cbff

#80cbff

Complementary Color

#80cbff #ffb480

#80cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbff Color CSS Codes

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

#80cbff Text Font Color

<p style="color:#80cbff">Text here</p>

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


#80cbff Background Color

<div style="background-color:#80cbff">
Div content here</div>

This div background color is #80cbff


#80cbff Border Color

<div style="border:3px solid #80cbff">
Div here</div>

This div border color is #80cbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,203,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80cbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80cbff;
  -webkit-box-shadow: 1px 1px 3px 2px #80cbff;
  box-shadow:         1px 1px 3px 2px #80cbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,203,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbff

Related Colors


Comments

No comments written yet.

Please login to write comment.