Color Hex Logo

#7fbeee Color Hex

#7FBEEE
(127,190,238)
0 Favorites   0 Comments

Color spaces of #7fbeee

RGB 127190238
HSL0.570.770.72
HSV206°47°93°
CMYK 0.470.200.00   0.07
XYZ42.598547.512087.8145
Yxy47.51200.23940.2670
Hunter Lab68.9289-10.3116-27.2844
CIE-Lab74.5161-7.5171-30.1031

#7fbeee color RGB value is (127,190,238).

#7fbeee hex color red value is 127, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7fbeee hue: 0.57 , saturation: 0.77 and the lightness value of 7fbeee is 0.72.

The process color (four color CMYK) of #7fbeee color hex is 0.47, 0.20, 0.00, 0.07. Web safe color of #7fbeee is #66ccff. Color #7fbeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11101110
Octal 177 276 356
Decimal 127 190 238
Hex 7F BE EE

RGB Percentages of Color #7fbeee

%22.88
%34.23
%42.88

CMYK Percentages of Color #7fbeee

%47
%20
%0
%7

Triadic Colors of #7fbeee

#7fbeee #ee7fbe #beee7f

Analogous Colors of #7fbeee

#7fbeee #7f87ee #7feee7

Monochromatic Colors of #7fbeee

#7fbeee

Complementary Color

#7fbeee #eeaf7f

#7fbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeee Color CSS Codes

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

#7fbeee Text Font Color

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

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


#7fbeee Background Color

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

This div background color is #7fbeee


#7fbeee Border Color

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

This div border color is #7fbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeee


Comments

No comments written yet.

Please login to write comment.