Color Hex Logo

#7fc4d8 Color Hex

#7FC4D8
(127,196,216)
0 Favorites   0 Comments

Color spaces of #7fc4d8

RGB 127196216
HSL0.540.530.67
HSV193°41°85°
CMYK 0.410.090.00   0.15
XYZ40.887048.949772.2590
Yxy48.94970.25220.3020
Hunter Lab69.9641-18.1217-12.2600
CIE-Lab75.4200-16.6080-16.8305

#7fc4d8 color RGB value is (127,196,216).

#7fc4d8 hex color red value is 127, green value is 196 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #7fc4d8 hue: 0.54 , saturation: 0.53 and the lightness value of 7fc4d8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000100 11011000
Octal 177 304 330
Decimal 127 196 216
Hex 7F C4 D8

RGB Percentages of Color #7fc4d8

%23.56
%36.36
%40.07

CMYK Percentages of Color #7fc4d8

%41
%9
%0
%15

Triadic Colors of #7fc4d8

#7fc4d8 #d87fc4 #c4d87f

Analogous Colors of #7fc4d8

#7fc4d8 #7f98d8 #7fd8c0

Monochromatic Colors of #7fc4d8

#7fc4d8

Complementary Color

#7fc4d8 #d8937f

#7fc4d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc4d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc4d8 Color CSS Codes

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

#7fc4d8 Text Font Color

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

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


#7fc4d8 Background Color

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

This div background color is #7fc4d8


#7fc4d8 Border Color

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

This div border color is #7fc4d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc4d8


Comments

No comments written yet.

Please login to write comment.