Color Hex Logo

#7acadb Color Hex

#7ACADB
(122,202,219)
0 Favorites   0 Comments

Color spaces of #7acadb

RGB 122202219
HSL0.530.570.67
HSV191°44°86°
CMYK 0.440.080.00   0.14
XYZ41.932851.493174.7469
Yxy51.49310.24930.3062
Hunter Lab71.7587-21.2697-11.5279
CIE-Lab76.9767-20.1270-16.1261

#7acadb color RGB value is (122,202,219).

#7acadb hex color red value is 122, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7acadb hue: 0.53 , saturation: 0.57 and the lightness value of 7acadb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 11011011
Octal 172 312 333
Decimal 122 202 219
Hex 7A CA DB

RGB Percentages of Color #7acadb

%22.47
%37.20
%40.33

CMYK Percentages of Color #7acadb

%44
%8
%0
%14

Triadic Colors of #7acadb

#7acadb #db7aca #cadb7a

Analogous Colors of #7acadb

#7acadb #7a9adb #7adbbc

Monochromatic Colors of #7acadb

#7acadb

Complementary Color

#7acadb #db8b7a

#7acadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acadb Color CSS Codes

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

#7acadb Text Font Color

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

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


#7acadb Background Color

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

This div background color is #7acadb


#7acadb Border Color

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

This div border color is #7acadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acadb


Comments

No comments written yet.

Please login to write comment.