Color Hex Logo

#76bfc8 Color Hex

#76BFC8
(118,191,200)
0 Favorites   0 Comments

Color spaces of #76bfc8

RGB 118191200
HSL0.520.430.62
HSV187°41°78°
CMYK 0.410.050.00   0.22
XYZ36.527345.283361.4589
Yxy45.28330.25500.3161
Hunter Lab67.2929-20.8708-7.0448
CIE-Lab73.0780-20.4359-11.7040

#76bfc8 color RGB value is (118,191,200).

#76bfc8 hex color red value is 118, green value is 191 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #76bfc8 hue: 0.52 , saturation: 0.43 and the lightness value of 76bfc8 is 0.62.

The process color (four color CMYK) of #76bfc8 color hex is 0.41, 0.05, 0.00, 0.22. Web safe color of #76bfc8 is #66cccc. Color #76bfc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11001000
Octal 166 277 310
Decimal 118 191 200
Hex 76 BF C8

RGB Percentages of Color #76bfc8

%23.18
%37.52
%39.29

CMYK Percentages of Color #76bfc8

%41
%5
%0
%22

Triadic Colors of #76bfc8

#76bfc8 #c876bf #bfc876

Analogous Colors of #76bfc8

#76bfc8 #7696c8 #76c8a8

Monochromatic Colors of #76bfc8

#76bfc8

Complementary Color

#76bfc8 #c87f76

#76bfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfc8 Color CSS Codes

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

#76bfc8 Text Font Color

<p style="color:#76bfc8">Text here</p>

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


#76bfc8 Background Color

<div style="background-color:#76bfc8">
Div content here</div>

This div background color is #76bfc8


#76bfc8 Border Color

<div style="border:3px solid #76bfc8">
Div here</div>

This div border color is #76bfc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,191,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76bfc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76bfc8;
  -webkit-box-shadow: 1px 1px 3px 2px #76bfc8;
  box-shadow:         1px 1px 3px 2px #76bfc8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,191,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfc8


Comments

No comments written yet.

Please login to write comment.