Color Hex Logo

#7adcef Color Hex

#7ADCEF
(122,220,239)
0 Favorites   0 Comments

Color spaces of #7adcef

RGB 122220239
HSL0.530.790.71
HSV190°49°94°
CMYK 0.490.080.00   0.06
XYZ49.199261.556090.9498
Yxy61.55600.24390.3052
Hunter Lab78.4576-25.3671-13.8099
CIE-Lab82.6767-23.8699-18.2227

#7adcef color RGB value is (122,220,239).

#7adcef hex color red value is 122, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7adcef hue: 0.53 , saturation: 0.79 and the lightness value of 7adcef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 11101111
Octal 172 334 357
Decimal 122 220 239
Hex 7A DC EF

RGB Percentages of Color #7adcef

%21.00
%37.87
%41.14

CMYK Percentages of Color #7adcef

%49
%8
%0
%6

Triadic Colors of #7adcef

#7adcef #ef7adc #dcef7a

Analogous Colors of #7adcef

#7adcef #7aa2ef #7aefc8

Monochromatic Colors of #7adcef

#7adcef

Complementary Color

#7adcef #ef8d7a

#7adcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adcef Color CSS Codes

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

#7adcef Text Font Color

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

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


#7adcef Background Color

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

This div background color is #7adcef


#7adcef Border Color

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

This div border color is #7adcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adcef


Comments

No comments written yet.

Please login to write comment.