Color Hex Logo

#7afbfd Color Hex

#7AFBFD
(122,251,253)
0 Favorites   0 Comments

Color spaces of #7afbfd

RGB 122251253
HSL0.500.970.74
HSV181°52°99°
CMYK 0.520.010.00   0.01
XYZ60.252880.2238105.2376
Yxy80.22380.24520.3265
Hunter Lab89.5677-36.6654-6.9654
CIE-Lab91.7852-35.0718-11.9061

#7afbfd color RGB value is (122,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111011 11111101
Octal 172 373 375
Decimal 122 251 253
Hex 7A FB FD

RGB Percentages of Color #7afbfd

%19.49
%40.10
%40.42

CMYK Percentages of Color #7afbfd

%52
%1
%0
%1

Triadic Colors of #7afbfd

#7afbfd #fd7afb #fbfd7a

Analogous Colors of #7afbfd

#7afbfd #7abafd #7afdbe

Monochromatic Colors of #7afbfd

#7afbfd

Complementary Color

#7afbfd #fd7c7a

#7afbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afbfd Color CSS Codes

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

#7afbfd Text Font Color

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

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


#7afbfd Background Color

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

This div background color is #7afbfd


#7afbfd Border Color

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

This div border color is #7afbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afbfd


Comments

No comments written yet.

Please login to write comment.