Color Hex Logo

#7abede Color Hex

#7ABEDE
(122,190,222)
0 Favorites   0 Comments

Color spaces of #7abede

RGB 122190222
HSL0.550.600.67
HSV199°45°87°
CMYK 0.450.140.00   0.13
XYZ39.624346.238475.9437
Yxy46.23840.24490.2858
Hunter Lab67.9988-14.9824-18.6182
CIE-Lab73.7000-13.1202-22.7123

#7abede color RGB value is (122,190,222).

#7abede hex color red value is 122, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7abede hue: 0.55 , saturation: 0.60 and the lightness value of 7abede is 0.67.

The process color (four color CMYK) of #7abede color hex is 0.45, 0.14, 0.00, 0.13. Web safe color of #7abede is #66cccc. Color #7abede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11011110
Octal 172 276 336
Decimal 122 190 222
Hex 7A BE DE

RGB Percentages of Color #7abede

%22.85
%35.58
%41.57

CMYK Percentages of Color #7abede

%45
%14
%0
%13

Triadic Colors of #7abede

#7abede #de7abe #bede7a

Analogous Colors of #7abede

#7abede #7a8cde #7adecc

Monochromatic Colors of #7abede

#7abede

Complementary Color

#7abede #de9a7a

#7abede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abede Color CSS Codes

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

#7abede Text Font Color

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

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


#7abede Background Color

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

This div background color is #7abede


#7abede Border Color

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

This div border color is #7abede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abede


Comments

No comments written yet.

Please login to write comment.