Color Hex Logo

#7fc1db Color Hex

#7FC1DB
(127,193,219)
0 Favorites   0 Comments

Color spaces of #7fc1db

RGB 127193219
HSL0.550.560.68
HSV197°42°86°
CMYK 0.420.120.00   0.14
XYZ40.608547.766474.0974
Yxy47.76640.24990.2940
Hunter Lab69.1132-16.0679-15.1865
CIE-Lab74.6774-14.2658-19.5780

#7fc1db color RGB value is (127,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000001 11011011
Octal 177 301 333
Decimal 127 193 219
Hex 7F C1 DB

RGB Percentages of Color #7fc1db

%23.56
%35.81
%40.63

CMYK Percentages of Color #7fc1db

%42
%12
%0
%14

Triadic Colors of #7fc1db

#7fc1db #db7fc1 #c1db7f

Analogous Colors of #7fc1db

#7fc1db #7f93db #7fdbc7

Monochromatic Colors of #7fc1db

#7fc1db

Complementary Color

#7fc1db #db997f

#7fc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc1db Color CSS Codes

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

#7fc1db Text Font Color

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

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


#7fc1db Background Color

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

This div background color is #7fc1db


#7fc1db Border Color

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

This div border color is #7fc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc1db


Comments

No comments written yet.

Please login to write comment.