Color Hex Logo

#7ffcfd Color Hex

#7FFCFD
(127,252,253)
0 Favorites   0 Comments

Color spaces of #7ffcfd

RGB 127252253
HSL0.500.970.75
HSV180°50°99°
CMYK 0.500.000.00   0.01
XYZ61.292481.2247105.3760
Yxy81.22470.24730.3277
Hunter Lab90.1247-36.3233-6.2360
CIE-Lab92.2316-34.5397-11.2231

#7ffcfd color RGB value is (127,252,253).

#7ffcfd hex color red value is 127, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7ffcfd hue: 0.50 , saturation: 0.97 and the lightness value of 7ffcfd is 0.75.

The process color (four color CMYK) of #7ffcfd color hex is 0.50, 0.00, 0.00, 0.01. Web safe color of #7ffcfd is #66ffff. Color #7ffcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11111101
Octal 177 374 375
Decimal 127 252 253
Hex 7F FC FD

RGB Percentages of Color #7ffcfd

%20.09
%39.87
%40.03

CMYK Percentages of Color #7ffcfd

%50
%0
%0
%1

Triadic Colors of #7ffcfd

#7ffcfd #fd7ffc #fcfd7f

Analogous Colors of #7ffcfd

#7ffcfd #7fbdfd #7ffdbf

Monochromatic Colors of #7ffcfd

#7ffcfd

Complementary Color

#7ffcfd #fd807f

#7ffcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcfd Color CSS Codes

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

#7ffcfd Text Font Color

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

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


#7ffcfd Background Color

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

This div background color is #7ffcfd


#7ffcfd Border Color

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

This div border color is #7ffcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.