Color Hex Logo

#7abdff Color Hex

#7ABDFF
(122,189,255)
0 Favorites   0 Comments

Color spaces of #7abdff

RGB 122189255
HSL0.581.000.74
HSV210°52°100°
CMYK 0.520.260.00   0.00
XYZ44.273647.7528101.4915
Yxy47.75280.22880.2468
Hunter Lab69.1034-6.5685-38.7063
CIE-Lab74.6687-3.2239-39.0425

#7abdff color RGB value is (122,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11111111
Octal 172 275 377
Decimal 122 189 255
Hex 7A BD FF

RGB Percentages of Color #7abdff

%21.55
%33.39
%45.05

CMYK Percentages of Color #7abdff

%52
%26
%0
%0

Triadic Colors of #7abdff

#7abdff #ff7abd #bdff7a

Analogous Colors of #7abdff

#7abdff #7a7bff #7affff

Monochromatic Colors of #7abdff

#7abdff

Complementary Color

#7abdff #ffbc7a

#7abdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdff Color CSS Codes

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

#7abdff Text Font Color

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

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


#7abdff Background Color

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

This div background color is #7abdff


#7abdff Border Color

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

This div border color is #7abdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdff

Related Colors


Comments

No comments written yet.

Please login to write comment.