Color Hex Logo

#7adceb Color Hex

#7ADCEB
(122,220,235)
0 Favorites   0 Comments

Color spaces of #7adceb

RGB 122220235
HSL0.520.740.70
HSV188°48°92°
CMYK 0.480.060.00   0.08
XYZ48.614661.322187.8714
Yxy61.32210.24580.3100
Hunter Lab78.3084-26.2253-11.7146
CIE-Lab82.5516-24.9269-16.2889

#7adceb color RGB value is (122,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 11101011
Octal 172 334 353
Decimal 122 220 235
Hex 7A DC EB

RGB Percentages of Color #7adceb

%21.14
%38.13
%40.73

CMYK Percentages of Color #7adceb

%48
%6
%0
%8

Triadic Colors of #7adceb

#7adceb #eb7adc #dceb7a

Analogous Colors of #7adceb

#7adceb #7aa4eb #7aebc2

Monochromatic Colors of #7adceb

#7adceb

Complementary Color

#7adceb #eb897a

#7adceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adceb Color CSS Codes

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

#7adceb Text Font Color

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

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


#7adceb Background Color

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

This div background color is #7adceb


#7adceb Border Color

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

This div border color is #7adceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adceb


Comments

No comments written yet.

Please login to write comment.