Color Hex Logo

#7fbeda Color Hex

#7FBEDA
(127,190,218)
0 Favorites   0 Comments

Color spaces of #7fbeda

RGB 127190218
HSL0.550.550.68
HSV198°42°85°
CMYK 0.420.130.00   0.15
XYZ39.820746.400973.1872
Yxy46.40090.24980.2911
Hunter Lab68.1182-14.8589-16.0193
CIE-Lab73.8049-12.9565-20.3589

#7fbeda color RGB value is (127,190,218).

#7fbeda hex color red value is 127, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7fbeda hue: 0.55 , saturation: 0.55 and the lightness value of 7fbeda is 0.68.

The process color (four color CMYK) of #7fbeda color hex is 0.42, 0.13, 0.00, 0.15. Web safe color of #7fbeda is #66cccc. Color #7fbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11011010
Octal 177 276 332
Decimal 127 190 218
Hex 7F BE DA

RGB Percentages of Color #7fbeda

%23.74
%35.51
%40.75

CMYK Percentages of Color #7fbeda

%42
%13
%0
%15

Triadic Colors of #7fbeda

#7fbeda #da7fbe #beda7f

Analogous Colors of #7fbeda

#7fbeda #7f91da #7fdac9

Monochromatic Colors of #7fbeda

#7fbeda

Complementary Color

#7fbeda #da9b7f

#7fbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeda Color CSS Codes

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

#7fbeda Text Font Color

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

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


#7fbeda Background Color

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

This div background color is #7fbeda


#7fbeda Border Color

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

This div border color is #7fbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeda


Comments

No comments written yet.

Please login to write comment.