Color Hex Logo

#7acdeb Color Hex

#7ACDEB
(122,205,235)
0 Favorites   0 Comments

Color spaces of #7acdeb

RGB 122205235
HSL0.540.740.70
HSV196°48°92°
CMYK 0.480.130.00   0.08
XYZ44.852853.798486.6174
Yxy53.79840.24210.2904
Hunter Lab73.3474-19.2031-18.6736
CIE-Lab78.3440-17.3828-22.6533

#7acdeb color RGB value is (122,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 11101011
Octal 172 315 353
Decimal 122 205 235
Hex 7A CD EB

RGB Percentages of Color #7acdeb

%21.71
%36.48
%41.81

CMYK Percentages of Color #7acdeb

%48
%13
%0
%8

Triadic Colors of #7acdeb

#7acdeb #eb7acd #cdeb7a

Analogous Colors of #7acdeb

#7acdeb #7a95eb #7aebd1

Monochromatic Colors of #7acdeb

#7acdeb

Complementary Color

#7acdeb #eb987a

#7acdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acdeb Color CSS Codes

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

#7acdeb Text Font Color

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

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


#7acdeb Background Color

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

This div background color is #7acdeb


#7acdeb Border Color

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

This div border color is #7acdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acdeb


Comments

No comments written yet.

Please login to write comment.