Color Hex Logo

#7aebfd Color Hex

#7AEBFD
(122,235,253)
0 Favorites   0 Comments

Color spaces of #7aebfd

RGB 122235253
HSL0.520.970.74
HSV188°52°99°
CMYK 0.520.070.00   0.01
XYZ55.464070.6461103.6413
Yxy70.64610.24140.3075
Hunter Lab84.0512-29.3005-14.2730
CIE-Lab87.3128-27.4889-18.6122

#7aebfd color RGB value is (122,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 11111101
Octal 172 353 375
Decimal 122 235 253
Hex 7A EB FD

RGB Percentages of Color #7aebfd

%20.00
%38.52
%41.48

CMYK Percentages of Color #7aebfd

%52
%7
%0
%1

Triadic Colors of #7aebfd

#7aebfd #fd7aeb #ebfd7a

Analogous Colors of #7aebfd

#7aebfd #7aaafd #7afdce

Monochromatic Colors of #7aebfd

#7aebfd

Complementary Color

#7aebfd #fd8c7a

#7aebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebfd Color CSS Codes

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

#7aebfd Text Font Color

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

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


#7aebfd Background Color

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

This div background color is #7aebfd


#7aebfd Border Color

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

This div border color is #7aebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebfd


Comments

No comments written yet.

Please login to write comment.