Color Hex Logo

#7abece Color Hex

#7ABECE
(122,190,206)
0 Favorites   0 Comments

Color spaces of #7abece

RGB 122190206
HSL0.530.460.64
HSV191°41°81°
CMYK 0.410.080.00   0.19
XYZ37.580145.420765.1789
Yxy45.42070.25360.3065
Hunter Lab67.3949-18.4076-10.1641
CIE-Lab73.1680-17.3644-14.8185

#7abece color RGB value is (122,190,206).

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

The process color (four color CMYK) of #7abece color hex is 0.41, 0.08, 0.00, 0.19. Web safe color of #7abece is #66cccc. Color #7abece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11001110
Octal 172 276 316
Decimal 122 190 206
Hex 7A BE CE

RGB Percentages of Color #7abece

%23.55
%36.68
%39.77

CMYK Percentages of Color #7abece

%41
%8
%0
%19

Triadic Colors of #7abece

#7abece #ce7abe #bece7a

Analogous Colors of #7abece

#7abece #7a94ce #7aceb4

Monochromatic Colors of #7abece

#7abece

Complementary Color

#7abece #ce8a7a

#7abece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abece Color CSS Codes

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

#7abece Text Font Color

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

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


#7abece Background Color

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

This div background color is #7abece


#7abece Border Color

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

This div border color is #7abece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abece


Comments

No comments written yet.

Please login to write comment.