Color Hex Logo

#80bbe4 Color Hex

#80BBE4
(128,187,228)
0 Favorites   0 Comments

Color spaces of #80bbe4

RGB 128187228
HSL0.570.650.70
HSV205°44°89°
CMYK 0.440.180.00   0.11
XYZ40.676045.731380.0820
Yxy45.73130.24430.2747
Hunter Lab67.6249-10.9769-22.8743
CIE-Lab73.3708-8.4257-26.4447

#80bbe4 color RGB value is (128,187,228).

#80bbe4 hex color red value is 128, green value is 187 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #80bbe4 hue: 0.57 , saturation: 0.65 and the lightness value of 80bbe4 is 0.70.

The process color (four color CMYK) of #80bbe4 color hex is 0.44, 0.18, 0.00, 0.11. Web safe color of #80bbe4 is #99cccc. Color #80bbe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111011 11100100
Octal 200 273 344
Decimal 128 187 228
Hex 80 BB E4

RGB Percentages of Color #80bbe4

%23.57
%34.44
%41.99

CMYK Percentages of Color #80bbe4

%44
%18
%0
%11

Triadic Colors of #80bbe4

#80bbe4 #e480bb #bbe480

Analogous Colors of #80bbe4

#80bbe4 #8089e4 #80e4db

Monochromatic Colors of #80bbe4

#80bbe4

Complementary Color

#80bbe4 #e4a980

#80bbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bbe4 Color CSS Codes

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

#80bbe4 Text Font Color

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

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


#80bbe4 Background Color

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

This div background color is #80bbe4


#80bbe4 Border Color

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

This div border color is #80bbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bbe4


Comments

No comments written yet.

Please login to write comment.