Color Hex Logo

#7aebcd Color Hex

#7AEBCD
(122,235,205)
0 Favorites   0 Comments

Color spaces of #7aebcd

RGB 122235205
HSL0.460.740.70
HSV164°48°92°
CMYK 0.480.000.13   0.08
XYZ48.753867.962068.3060
Yxy67.96200.26350.3673
Hunter Lab82.4391-38.70498.5818
CIE-Lab85.9874-39.35534.6302

#7aebcd color RGB value is (122,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 11001101
Octal 172 353 315
Decimal 122 235 205
Hex 7A EB CD

RGB Percentages of Color #7aebcd

%21.71
%41.81
%36.48

CMYK Percentages of Color #7aebcd

%48
%0
%13
%8

Triadic Colors of #7aebcd

#7aebcd #cd7aeb #ebcd7a

Analogous Colors of #7aebcd

#7aebcd #7ad1eb #7aeb95

Monochromatic Colors of #7aebcd

#7aebcd

Complementary Color

#7aebcd #eb7a98

#7aebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebcd Color CSS Codes

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

#7aebcd Text Font Color

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

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


#7aebcd Background Color

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

This div background color is #7aebcd


#7aebcd Border Color

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

This div border color is #7aebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebcd


Comments

No comments written yet.

Please login to write comment.