Color Hex Logo

#7abcff Color Hex

#7ABCFF
(122,188,255)
0 Favorites   0 Comments

Color spaces of #7abcff

RGB 122188255
HSL0.581.000.74
HSV210°52°100°
CMYK 0.520.260.00   0.00
XYZ44.059347.3240101.4200
Yxy47.32400.22850.2455
Hunter Lab68.7924-6.0634-39.2559
CIE-Lab74.3965-2.6770-39.4659

#7abcff color RGB value is (122,188,255).

#7abcff hex color red value is 122, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7abcff hue: 0.58 , saturation: 1.00 and the lightness value of 7abcff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 11111111
Octal 172 274 377
Decimal 122 188 255
Hex 7A BC FF

RGB Percentages of Color #7abcff

%21.59
%33.27
%45.13

CMYK Percentages of Color #7abcff

%52
%26
%0
%0

Triadic Colors of #7abcff

#7abcff #ff7abc #bcff7a

Analogous Colors of #7abcff

#7abcff #7b7aff #7affff

Monochromatic Colors of #7abcff

#7abcff

Complementary Color

#7abcff #ffbd7a

#7abcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcff Color CSS Codes

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

#7abcff Text Font Color

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

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


#7abcff Background Color

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

This div background color is #7abcff


#7abcff Border Color

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

This div border color is #7abcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcff

Related Colors

#7abcff Color Palettes


Comments

No comments written yet.

Please login to write comment.