Color Hex Logo

#7acaeb Color Hex

#7ACAEB
(122,202,235)
0 Favorites   0 Comments

Color spaces of #7acaeb

RGB 122202235
HSL0.550.740.70
HSV198°48°92°
CMYK 0.480.140.00   0.08
XYZ44.142052.376886.3805
Yxy52.37680.24130.2864
Hunter Lab72.3718-17.7775-20.1062
CIE-Lab77.5056-15.8362-23.9298

#7acaeb color RGB value is (122,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 11101011
Octal 172 312 353
Decimal 122 202 235
Hex 7A CA EB

RGB Percentages of Color #7acaeb

%21.82
%36.14
%42.04

CMYK Percentages of Color #7acaeb

%48
%14
%0
%8

Triadic Colors of #7acaeb

#7acaeb #eb7aca #caeb7a

Analogous Colors of #7acaeb

#7acaeb #7a92eb #7aebd4

Monochromatic Colors of #7acaeb

#7acaeb

Complementary Color

#7acaeb #eb9b7a

#7acaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acaeb Color CSS Codes

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

#7acaeb Text Font Color

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

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


#7acaeb Background Color

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

This div background color is #7acaeb


#7acaeb Border Color

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

This div border color is #7acaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acaeb


Comments

No comments written yet.

Please login to write comment.