Color Hex Logo

#7ccfe9 Color Hex

#7CCFE9
(124,207,233)
0 Favorites   0 Comments

Color spaces of #7ccfe9

RGB 124207233
HSL0.540.710.70
HSV194°47°91°
CMYK 0.470.110.00   0.09
XYZ45.333054.793985.2778
Yxy54.79390.24450.2955
Hunter Lab74.0229-20.2234-16.4888
CIE-Lab78.9224-18.4915-20.6958

#7ccfe9 color RGB value is (124,207,233).

#7ccfe9 hex color red value is 124, green value is 207 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #7ccfe9 hue: 0.54 , saturation: 0.71 and the lightness value of 7ccfe9 is 0.70.

The process color (four color CMYK) of #7ccfe9 color hex is 0.47, 0.11, 0.00, 0.09. Web safe color of #7ccfe9 is #66ccff. Color #7ccfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001111 11101001
Octal 174 317 351
Decimal 124 207 233
Hex 7C CF E9

RGB Percentages of Color #7ccfe9

%21.99
%36.70
%41.31

CMYK Percentages of Color #7ccfe9

%47
%11
%0
%9

Triadic Colors of #7ccfe9

#7ccfe9 #e97ccf #cfe97c

Analogous Colors of #7ccfe9

#7ccfe9 #7c99e9 #7ce9cd

Monochromatic Colors of #7ccfe9

#7ccfe9

Complementary Color

#7ccfe9 #e9967c

#7ccfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccfe9 Color CSS Codes

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

#7ccfe9 Text Font Color

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

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


#7ccfe9 Background Color

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

This div background color is #7ccfe9


#7ccfe9 Border Color

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

This div border color is #7ccfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccfe9


Comments

No comments written yet.

Please login to write comment.