Color Hex Logo

#7aecce Color Hex

#7AECCE
(122,236,206)
0 Favorites   0 Comments

Color spaces of #7aecce

RGB 122236206
HSL0.460.750.70
HSV164°48°93°
CMYK 0.480.000.13   0.07
XYZ49.162168.584769.0396
Yxy68.58470.26320.3672
Hunter Lab82.8159-38.96468.5439
CIE-Lab86.2980-39.57974.5549

#7aecce color RGB value is (122,236,206).

#7aecce hex color red value is 122, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7aecce hue: 0.46 , saturation: 0.75 and the lightness value of 7aecce is 0.70.

The process color (four color CMYK) of #7aecce color hex is 0.48, 0.00, 0.13, 0.07. Web safe color of #7aecce is #66ffcc. Color #7aecce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101100 11001110
Octal 172 354 316
Decimal 122 236 206
Hex 7A EC CE

RGB Percentages of Color #7aecce

%21.63
%41.84
%36.52

CMYK Percentages of Color #7aecce

%48
%0
%13
%7

Triadic Colors of #7aecce

#7aecce #ce7aec #ecce7a

Analogous Colors of #7aecce

#7aecce #7ad1ec #7aec95

Monochromatic Colors of #7aecce

#7aecce

Complementary Color

#7aecce #ec7a98

#7aecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aecce Color CSS Codes

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

#7aecce Text Font Color

<p style="color:#7aecce">Text here</p>

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


#7aecce Background Color

<div style="background-color:#7aecce">
Div content here</div>

This div background color is #7aecce


#7aecce Border Color

<div style="border:3px solid #7aecce">
Div here</div>

This div border color is #7aecce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,236,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aecce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aecce;
  -webkit-box-shadow: 1px 1px 3px 2px #7aecce;
  box-shadow:         1px 1px 3px 2px #7aecce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aecce


Comments

No comments written yet.

Please login to write comment.