Color Hex Logo

#7cfbfd Color Hex

#7CFBFD
(124,251,253)
0 Favorites   0 Comments

Color spaces of #7cfbfd

RGB 124251253
HSL0.500.970.74
HSV181°51°99°
CMYK 0.510.010.00   0.01
XYZ60.539080.3713105.2510
Yxy80.37130.24590.3265
Hunter Lab89.6500-36.3499-6.8527
CIE-Lab91.8512-34.6773-11.8007

#7cfbfd color RGB value is (124,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 11111101
Octal 174 373 375
Decimal 124 251 253
Hex 7C FB FD

RGB Percentages of Color #7cfbfd

%19.75
%39.97
%40.29

CMYK Percentages of Color #7cfbfd

%51
%1
%0
%1

Triadic Colors of #7cfbfd

#7cfbfd #fd7cfb #fbfd7c

Analogous Colors of #7cfbfd

#7cfbfd #7cbbfd #7cfdbf

Monochromatic Colors of #7cfbfd

#7cfbfd

Complementary Color

#7cfbfd #fd7e7c

#7cfbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbfd Color CSS Codes

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

#7cfbfd Text Font Color

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

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


#7cfbfd Background Color

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

This div background color is #7cfbfd


#7cfbfd Border Color

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

This div border color is #7cfbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbfd


Comments

No comments written yet.

Please login to write comment.