Color Hex Logo

#7fcedb Color Hex

#7FCEDB
(127,206,219)
0 Favorites   0 Comments

Color spaces of #7fcedb

RGB 127206219
HSL0.520.560.68
HSV188°42°86°
CMYK 0.420.060.00   0.14
XYZ43.609953.769175.0978
Yxy53.76910.25280.3117
Hunter Lab73.3274-22.1640-9.3923
CIE-Lab78.3269-20.9384-14.0738

#7fcedb color RGB value is (127,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11011011
Octal 177 316 333
Decimal 127 206 219
Hex 7F CE DB

RGB Percentages of Color #7fcedb

%23.01
%37.32
%39.67

CMYK Percentages of Color #7fcedb

%42
%6
%0
%14

Triadic Colors of #7fcedb

#7fcedb #db7fce #cedb7f

Analogous Colors of #7fcedb

#7fcedb #7fa0db #7fdbba

Monochromatic Colors of #7fcedb

#7fcedb

Complementary Color

#7fcedb #db8c7f

#7fcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcedb Color CSS Codes

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

#7fcedb Text Font Color

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

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


#7fcedb Background Color

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

This div background color is #7fcedb


#7fcedb Border Color

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

This div border color is #7fcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcedb


Comments

No comments written yet.

Please login to write comment.