Color Hex Logo

#7fbcca Color Hex

#7FBCCA
(127,188,202)
0 Favorites   0 Comments

Color spaces of #7fbcca

RGB 127188202
HSL0.530.410.65
HSV191°37°79°
CMYK 0.370.070.00   0.21
XYZ37.396344.742762.5423
Yxy44.74270.25850.3093
Hunter Lab66.8900-17.2632-8.6133
CIE-Lab72.7221-16.0417-13.2832

#7fbcca color RGB value is (127,188,202).

#7fbcca hex color red value is 127, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fbcca hue: 0.53 , saturation: 0.41 and the lightness value of 7fbcca is 0.65.

The process color (four color CMYK) of #7fbcca color hex is 0.37, 0.07, 0.00, 0.21. Web safe color of #7fbcca is #66cccc. Color #7fbcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11001010
Octal 177 274 312
Decimal 127 188 202
Hex 7F BC CA

RGB Percentages of Color #7fbcca

%24.56
%36.36
%39.07

CMYK Percentages of Color #7fbcca

%37
%7
%0
%21

Triadic Colors of #7fbcca

#7fbcca #ca7fbc #bcca7f

Analogous Colors of #7fbcca

#7fbcca #7f97ca #7fcab3

Monochromatic Colors of #7fbcca

#7fbcca

Complementary Color

#7fbcca #ca8d7f

#7fbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcca Color CSS Codes

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

#7fbcca Text Font Color

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

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


#7fbcca Background Color

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

This div background color is #7fbcca


#7fbcca Border Color

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

This div border color is #7fbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcca


Comments

No comments written yet.

Please login to write comment.