Color Hex Logo

#7fbae2 Color Hex

#7FBAE2
(127,186,226)
0 Favorites   0 Comments

Color spaces of #7fbae2

RGB 127186226
HSL0.570.630.69
HSV204°44°89°
CMYK 0.440.180.00   0.11
XYZ40.038845.120878.5504
Yxy45.12080.24460.2756
Hunter Lab67.1720-11.1537-22.3128
CIE-Lab72.9714-8.6818-25.9751

#7fbae2 color RGB value is (127,186,226).

#7fbae2 hex color red value is 127, green value is 186 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #7fbae2 hue: 0.57 , saturation: 0.63 and the lightness value of 7fbae2 is 0.69.

The process color (four color CMYK) of #7fbae2 color hex is 0.44, 0.18, 0.00, 0.11. Web safe color of #7fbae2 is #66cccc. Color #7fbae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 11100010
Octal 177 272 342
Decimal 127 186 226
Hex 7F BA E2

RGB Percentages of Color #7fbae2

%23.56
%34.51
%41.93

CMYK Percentages of Color #7fbae2

%44
%18
%0
%11

Triadic Colors of #7fbae2

#7fbae2 #e27fba #bae27f

Analogous Colors of #7fbae2

#7fbae2 #7f89e2 #7fe2d9

Monochromatic Colors of #7fbae2

#7fbae2

Complementary Color

#7fbae2 #e2a77f

#7fbae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbae2 Color CSS Codes

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

#7fbae2 Text Font Color

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

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


#7fbae2 Background Color

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

This div background color is #7fbae2


#7fbae2 Border Color

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

This div border color is #7fbae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbae2


Comments

No comments written yet.

Please login to write comment.