Color Hex Logo

#7fb2ec Color Hex

#7FB2EC
(127,178,236)
0 Favorites   0 Comments

Color spaces of #7fb2ec

RGB 127178236
HSL0.590.740.71
HSV212°46°93°
CMYK 0.460.250.00   0.07
XYZ39.813142.408985.4442
Yxy42.40890.23750.2529
Hunter Lab65.1221-4.8358-32.2066
CIE-Lab71.1519-1.5450-34.2130

#7fb2ec color RGB value is (127,178,236).

#7fb2ec hex color red value is 127, green value is 178 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7fb2ec hue: 0.59 , saturation: 0.74 and the lightness value of 7fb2ec is 0.71.

The process color (four color CMYK) of #7fb2ec color hex is 0.46, 0.25, 0.00, 0.07. Web safe color of #7fb2ec is #6699ff. Color #7fb2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110010 11101100
Octal 177 262 354
Decimal 127 178 236
Hex 7F B2 EC

RGB Percentages of Color #7fb2ec

%23.48
%32.90
%43.62

CMYK Percentages of Color #7fb2ec

%46
%25
%0
%7

Triadic Colors of #7fb2ec

#7fb2ec #ec7fb2 #b2ec7f

Analogous Colors of #7fb2ec

#7fb2ec #837fec #7fe9ec

Monochromatic Colors of #7fb2ec

#7fb2ec

Complementary Color

#7fb2ec #ecb97f

#7fb2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb2ec Color CSS Codes

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

#7fb2ec Text Font Color

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

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


#7fb2ec Background Color

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

This div background color is #7fb2ec


#7fb2ec Border Color

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

This div border color is #7fb2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb2ec


Comments

No comments written yet.

Please login to write comment.