Color Hex Logo

#7acbfb Color Hex

#7ACBFB
(122,203,251)
0 Favorites   0 Comments

Color spaces of #7acbfb

RGB 122203251
HSL0.560.940.73
HSV202°51°98°
CMYK 0.510.190.00   0.02
XYZ46.794653.814599.1877
Yxy53.81450.23420.2693
Hunter Lab73.3584-14.5137-28.8150
CIE-Lab78.3534-11.8850-31.2000

#7acbfb color RGB value is (122,203,251).

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

The process color (four color CMYK) of #7acbfb color hex is 0.51, 0.19, 0.00, 0.02. Web safe color of #7acbfb is #66ccff. Color #7acbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 11111011
Octal 172 313 373
Decimal 122 203 251
Hex 7A CB FB

RGB Percentages of Color #7acbfb

%21.18
%35.24
%43.58

CMYK Percentages of Color #7acbfb

%51
%19
%0
%2

Triadic Colors of #7acbfb

#7acbfb #fb7acb #cbfb7a

Analogous Colors of #7acbfb

#7acbfb #7a8bfb #7afbeb

Monochromatic Colors of #7acbfb

#7acbfb

Complementary Color

#7acbfb #fbaa7a

#7acbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbfb Color CSS Codes

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

#7acbfb Text Font Color

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

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


#7acbfb Background Color

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

This div background color is #7acbfb


#7acbfb Border Color

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

This div border color is #7acbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbfb


Comments

No comments written yet.

Please login to write comment.