Color Hex Logo

#7adfec Color Hex

#7ADFEC
(122,223,236)
0 Favorites   0 Comments

Color spaces of #7adfec

RGB 122223236
HSL0.520.750.70
HSV187°48°93°
CMYK 0.480.060.00   0.07
XYZ49.554062.969188.8994
Yxy62.96910.24600.3126
Hunter Lab79.3531-27.3991-10.8756
CIE-Lab83.4261-26.1373-15.5045

#7adfec color RGB value is (122,223,236).

#7adfec hex color red value is 122, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7adfec hue: 0.52 , saturation: 0.75 and the lightness value of 7adfec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 11101100
Octal 172 337 354
Decimal 122 223 236
Hex 7A DF EC

RGB Percentages of Color #7adfec

%21.00
%38.38
%40.62

CMYK Percentages of Color #7adfec

%48
%6
%0
%7

Triadic Colors of #7adfec

#7adfec #ec7adf #dfec7a

Analogous Colors of #7adfec

#7adfec #7aa6ec #7aecc0

Monochromatic Colors of #7adfec

#7adfec

Complementary Color

#7adfec #ec877a

#7adfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adfec Color CSS Codes

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

#7adfec Text Font Color

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

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


#7adfec Background Color

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

This div background color is #7adfec


#7adfec Border Color

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

This div border color is #7adfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adfec


Comments

No comments written yet.

Please login to write comment.