Color Hex Logo

#7abecd Color Hex

#7ABECD
(122,190,205)
0 Favorites   0 Comments

Color spaces of #7abecd

RGB 122190205
HSL0.530.450.64
HSV191°40°80°
CMYK 0.400.070.00   0.20
XYZ37.458945.372364.5410
Yxy45.37230.25420.3079
Hunter Lab67.3590-18.6128-9.6583
CIE-Lab73.1364-17.6228-14.3215

#7abecd color RGB value is (122,190,205).

#7abecd hex color red value is 122, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7abecd hue: 0.53 , saturation: 0.45 and the lightness value of 7abecd is 0.64.

The process color (four color CMYK) of #7abecd color hex is 0.40, 0.07, 0.00, 0.20. Web safe color of #7abecd is #66cccc. Color #7abecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11001101
Octal 172 276 315
Decimal 122 190 205
Hex 7A BE CD

RGB Percentages of Color #7abecd

%23.60
%36.75
%39.65

CMYK Percentages of Color #7abecd

%40
%7
%0
%20

Triadic Colors of #7abecd

#7abecd #cd7abe #becd7a

Analogous Colors of #7abecd

#7abecd #7a95cd #7acdb3

Monochromatic Colors of #7abecd

#7abecd

Complementary Color

#7abecd #cd897a

#7abecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abecd Color CSS Codes

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

#7abecd Text Font Color

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

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


#7abecd Background Color

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

This div background color is #7abecd


#7abecd Border Color

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

This div border color is #7abecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abecd


Comments

No comments written yet.

Please login to write comment.