Color Hex Logo

#7acbfd Color Hex

#7ACBFD
(122,203,253)
0 Favorites   0 Comments

Color spaces of #7acbfd

RGB 122203253
HSL0.560.970.74
HSV203°52°99°
CMYK 0.520.200.00   0.01
XYZ47.111653.9413100.8572
Yxy53.94130.23330.2672
Hunter Lab73.4447-14.0283-30.0080
CIE-Lab78.4275-11.3147-32.1540

#7acbfd color RGB value is (122,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 11111101
Octal 172 313 375
Decimal 122 203 253
Hex 7A CB FD

RGB Percentages of Color #7acbfd

%21.11
%35.12
%43.77

CMYK Percentages of Color #7acbfd

%52
%20
%0
%1

Triadic Colors of #7acbfd

#7acbfd #fd7acb #cbfd7a

Analogous Colors of #7acbfd

#7acbfd #7a8afd #7afdee

Monochromatic Colors of #7acbfd

#7acbfd

Complementary Color

#7acbfd #fdac7a

#7acbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbfd Color CSS Codes

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

#7acbfd Text Font Color

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

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


#7acbfd Background Color

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

This div background color is #7acbfd


#7acbfd Border Color

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

This div border color is #7acbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbfd


Comments

No comments written yet.

Please login to write comment.