Color Hex Logo

#62ceca Color Hex

#62CECA
(98,206,202)
0 Favorites   0 Comments

Color spaces of #62ceca

RGB 98206202
HSL0.490.520.60
HSV178°52°81°
CMYK 0.520.000.02   0.19
XYZ37.769051.003663.7312
Yxy51.00360.24770.3344
Hunter Lab71.4168-30.5791-2.9177
CIE-Lab76.6812-31.8934-7.5041

#62ceca color RGB value is (98,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001110 11001010
Octal 142 316 312
Decimal 98 206 202
Hex 62 CE CA

RGB Percentages of Color #62ceca

%19.37
%40.71
%39.92

CMYK Percentages of Color #62ceca

%52
%0
%2
%19

Triadic Colors of #62ceca

#62ceca #ca62ce #ceca62

Analogous Colors of #62ceca

#62ceca #629cce #62ce94

Monochromatic Colors of #62ceca

#62ceca

Complementary Color

#62ceca #ce6266

#62ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#62ceca Color CSS Codes

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

#62ceca Text Font Color

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

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


#62ceca Background Color

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

This div background color is #62ceca


#62ceca Border Color

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

This div border color is #62ceca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,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 #62ceca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62ceca


Comments

No comments written yet.

Please login to write comment.