Color Hex Logo

#80ceca Color Hex

#80CECA
(128,206,202)
1 Favorites   0 Comments

Color spaces of #80ceca

RGB 128206202
HSL0.490.440.65
HSV177°38°81°
CMYK 0.380.000.02   0.19
XYZ41.634152.996163.9120
Yxy52.99610.26260.3343
Hunter Lab72.7984-25.3114-1.0936
CIE-Lab77.8727-24.8948-5.6078

#80ceca color RGB value is (128,206,202).

#80ceca hex color red value is 128, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #80ceca hue: 0.49 , saturation: 0.44 and the lightness value of 80ceca is 0.65.

The process color (four color CMYK) of #80ceca color hex is 0.38, 0.00, 0.02, 0.19. Web safe color of #80ceca is #99cccc. Color #80ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 11001010
Octal 200 316 312
Decimal 128 206 202
Hex 80 CE CA

RGB Percentages of Color #80ceca

%23.88
%38.43
%37.69

CMYK Percentages of Color #80ceca

%38
%0
%2
%19

Triadic Colors of #80ceca

#80ceca #ca80ce #ceca80

Analogous Colors of #80ceca

#80ceca #80abce #80cea3

Monochromatic Colors of #80ceca

#80ceca

Complementary Color

#80ceca #ce8084

#80ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ceca Color CSS Codes

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

#80ceca Text Font Color

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

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


#80ceca Background Color

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

This div background color is #80ceca


#80ceca Border Color

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

This div border color is #80ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ceca


Comments

No comments written yet.

Please login to write comment.