Color Hex Logo

#7fbcda Color Hex

#7FBCDA
(127,188,218)
0 Favorites   0 Comments

Color spaces of #7fbcda

RGB 127188218
HSL0.550.550.68
HSV200°42°85°
CMYK 0.420.140.00   0.15
XYZ39.390545.540473.0437
Yxy45.54040.24930.2883
Hunter Lab67.4836-13.9051-16.9364
CIE-Lab73.2463-11.9009-21.2075

#7fbcda color RGB value is (127,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11011010
Octal 177 274 332
Decimal 127 188 218
Hex 7F BC DA

RGB Percentages of Color #7fbcda

%23.83
%35.27
%40.90

CMYK Percentages of Color #7fbcda

%42
%14
%0
%15

Triadic Colors of #7fbcda

#7fbcda #da7fbc #bcda7f

Analogous Colors of #7fbcda

#7fbcda #7f8fda #7fdacb

Monochromatic Colors of #7fbcda

#7fbcda

Complementary Color

#7fbcda #da9d7f

#7fbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcda Color CSS Codes

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

#7fbcda Text Font Color

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

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


#7fbcda Background Color

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

This div background color is #7fbcda


#7fbcda Border Color

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

This div border color is #7fbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcda


Comments

No comments written yet.

Please login to write comment.