Color Hex Logo

#7aebfc Color Hex

#7AEBFC
(122,235,252)
0 Favorites   0 Comments

Color spaces of #7aebfc

RGB 122235252
HSL0.520.960.73
HSV188°52°99°
CMYK 0.520.070.00   0.01
XYZ55.305170.5825102.8044
Yxy70.58250.24180.3086
Hunter Lab84.0134-29.5188-13.7418
CIE-Lab87.2818-27.7546-18.1347

#7aebfc color RGB value is (122,235,252).

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

The process color (four color CMYK) of #7aebfc color hex is 0.52, 0.07, 0.00, 0.01. Web safe color of #7aebfc is #66ffff. Color #7aebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 11111100
Octal 172 353 374
Decimal 122 235 252
Hex 7A EB FC

RGB Percentages of Color #7aebfc

%20.03
%38.59
%41.38

CMYK Percentages of Color #7aebfc

%52
%7
%0
%1

Triadic Colors of #7aebfc

#7aebfc #fc7aeb #ebfc7a

Analogous Colors of #7aebfc

#7aebfc #7aaafc #7afccc

Monochromatic Colors of #7aebfc

#7aebfc

Complementary Color

#7aebfc #fc8b7a

#7aebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebfc Color CSS Codes

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

#7aebfc Text Font Color

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

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


#7aebfc Background Color

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

This div background color is #7aebfc


#7aebfc Border Color

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

This div border color is #7aebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.