Color Hex Logo

#7fcffe Color Hex

#7FCFFE
(127,207,254)
0 Favorites   0 Comments

Color spaces of #7fcffe

RGB 127207254
HSL0.560.980.75
HSV202°50°100°
CMYK 0.500.190.00   0.00
XYZ48.954656.2934102.0515
Yxy56.29340.23620.2716
Hunter Lab75.0289-14.8336-28.1238
CIE-Lab79.7805-12.0526-30.5877

#7fcffe color RGB value is (127,207,254).

#7fcffe hex color red value is 127, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7fcffe hue: 0.56 , saturation: 0.98 and the lightness value of 7fcffe is 0.75.

The process color (four color CMYK) of #7fcffe color hex is 0.50, 0.19, 0.00, 0.00. Web safe color of #7fcffe is #66ccff. Color #7fcffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001111 11111110
Octal 177 317 376
Decimal 127 207 254
Hex 7F CF FE

RGB Percentages of Color #7fcffe

%21.60
%35.20
%43.20

CMYK Percentages of Color #7fcffe

%50
%19
%0
%0

Triadic Colors of #7fcffe

#7fcffe #fe7fcf #cffe7f

Analogous Colors of #7fcffe

#7fcffe #7f90fe #7ffeee

Monochromatic Colors of #7fcffe

#7fcffe

Complementary Color

#7fcffe #feae7f

#7fcffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcffe Color CSS Codes

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

#7fcffe Text Font Color

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

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


#7fcffe Background Color

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

This div background color is #7fcffe


#7fcffe Border Color

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

This div border color is #7fcffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcffe


Comments

No comments written yet.

Please login to write comment.