Color Hex Logo

#7fbcea Color Hex

#7FBCEA
(127,188,234)
0 Favorites   0 Comments

Color spaces of #7fbcea

RGB 127188234
HSL0.570.720.71
HSV206°46°92°
CMYK 0.460.200.00   0.08
XYZ41.586946.419084.6098
Yxy46.41900.24090.2689
Hunter Lab68.1315-10.2752-25.9379
CIE-Lab73.8166-7.5552-29.0163

#7fbcea color RGB value is (127,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11101010
Octal 177 274 352
Decimal 127 188 234
Hex 7F BC EA

RGB Percentages of Color #7fbcea

%23.13
%34.24
%42.62

CMYK Percentages of Color #7fbcea

%46
%20
%0
%8

Triadic Colors of #7fbcea

#7fbcea #ea7fbc #bcea7f

Analogous Colors of #7fbcea

#7fbcea #7f87ea #7feae3

Monochromatic Colors of #7fbcea

#7fbcea

Complementary Color

#7fbcea #eaad7f

#7fbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcea Color CSS Codes

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

#7fbcea Text Font Color

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

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


#7fbcea Background Color

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

This div background color is #7fbcea


#7fbcea Border Color

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

This div border color is #7fbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcea


Comments

No comments written yet.

Please login to write comment.