Color Hex Logo

#7fabed Color Hex

#7FABED
(127,171,237)
0 Favorites   0 Comments

Color spaces of #7fabed

RGB 127171237
HSL0.600.750.71
HSV216°46°93°
CMYK 0.460.280.00   0.07
XYZ38.601439.752385.7592
Yxy39.75230.23520.2422
Hunter Lab63.0494-1.0516-36.5111
CIE-Lab69.29272.6343-37.6450

#7fabed color RGB value is (127,171,237).

#7fabed hex color red value is 127, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7fabed hue: 0.60 , saturation: 0.75 and the lightness value of 7fabed is 0.71.

The process color (four color CMYK) of #7fabed color hex is 0.46, 0.28, 0.00, 0.07. Web safe color of #7fabed is #6699ff. Color #7fabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 11101101
Octal 177 253 355
Decimal 127 171 237
Hex 7F AB ED

RGB Percentages of Color #7fabed

%23.74
%31.96
%44.30

CMYK Percentages of Color #7fabed

%46
%28
%0
%7

Triadic Colors of #7fabed

#7fabed #ed7fab #abed7f

Analogous Colors of #7fabed

#7fabed #8a7fed #7fe2ed

Monochromatic Colors of #7fabed

#7fabed

Complementary Color

#7fabed #edc17f

#7fabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabed Color CSS Codes

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

#7fabed Text Font Color

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

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


#7fabed Background Color

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

This div background color is #7fabed


#7fabed Border Color

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

This div border color is #7fabed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,171,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fabed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fabed;
  -webkit-box-shadow: 1px 1px 3px 2px #7fabed;
  box-shadow:         1px 1px 3px 2px #7fabed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,171,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabed


Comments

No comments written yet.

Please login to write comment.