Color Hex Logo

#7fcefb Color Hex

#7FCEFB
(127,206,251)
0 Favorites   0 Comments

Color spaces of #7fcefb

RGB 127206251
HSL0.560.940.74
HSV202°49°98°
CMYK 0.490.180.00   0.02
XYZ48.236355.619799.4601
Yxy55.61970.23720.2736
Hunter Lab74.5786-15.0615-26.8657
CIE-Lab79.3969-12.3689-29.5782

#7fcefb color RGB value is (127,206,251).

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

The process color (four color CMYK) of #7fcefb color hex is 0.49, 0.18, 0.00, 0.02. Web safe color of #7fcefb is #66ccff. Color #7fcefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11111011
Octal 177 316 373
Decimal 127 206 251
Hex 7F CE FB

RGB Percentages of Color #7fcefb

%21.75
%35.27
%42.98

CMYK Percentages of Color #7fcefb

%49
%18
%0
%2

Triadic Colors of #7fcefb

#7fcefb #fb7fce #cefb7f

Analogous Colors of #7fcefb

#7fcefb #7f90fb #7ffbea

Monochromatic Colors of #7fcefb

#7fcefb

Complementary Color

#7fcefb #fbac7f

#7fcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcefb Color CSS Codes

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

#7fcefb Text Font Color

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

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


#7fcefb Background Color

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

This div background color is #7fcefb


#7fcefb Border Color

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

This div border color is #7fcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcefb


Comments

No comments written yet.

Please login to write comment.