Color Hex Logo

#7fbeed Color Hex

#7FBEED
(127,190,237)
0 Favorites   0 Comments

Color spaces of #7fbeed

RGB 127190237
HSL0.570.750.71
HSV206°46°93°
CMYK 0.460.200.00   0.07
XYZ42.451947.453487.0427
Yxy47.45340.23990.2682
Hunter Lab68.8864-10.5490-26.6965
CIE-Lab74.4789-7.7960-29.6203

#7fbeed color RGB value is (127,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11101101
Octal 177 276 355
Decimal 127 190 237
Hex 7F BE ED

RGB Percentages of Color #7fbeed

%22.92
%34.30
%42.78

CMYK Percentages of Color #7fbeed

%46
%20
%0
%7

Triadic Colors of #7fbeed

#7fbeed #ed7fbe #beed7f

Analogous Colors of #7fbeed

#7fbeed #7f87ed #7fede5

Monochromatic Colors of #7fbeed

#7fbeed

Complementary Color

#7fbeed #edae7f

#7fbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeed Color CSS Codes

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

#7fbeed Text Font Color

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

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


#7fbeed Background Color

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

This div background color is #7fbeed


#7fbeed Border Color

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

This div border color is #7fbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeed


Comments

No comments written yet.

Please login to write comment.