Color Hex Logo

#7ceefc Color Hex

#7CEEFC
(124,238,252)
0 Favorites   0 Comments

Color spaces of #7ceefc

RGB 124238252
HSL0.520.960.74
HSV187°51°99°
CMYK 0.510.060.00   0.01
XYZ56.457472.4624103.1065
Yxy72.46240.24330.3123
Hunter Lab85.1248-30.5818-12.2269
CIE-Lab88.1907-28.7932-16.7596

#7ceefc color RGB value is (124,238,252).

#7ceefc hex color red value is 124, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7ceefc hue: 0.52 , saturation: 0.96 and the lightness value of 7ceefc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11111100
Octal 174 356 374
Decimal 124 238 252
Hex 7C EE FC

RGB Percentages of Color #7ceefc

%20.20
%38.76
%41.04

CMYK Percentages of Color #7ceefc

%51
%6
%0
%1

Triadic Colors of #7ceefc

#7ceefc #fc7cee #eefc7c

Analogous Colors of #7ceefc

#7ceefc #7caefc #7cfcca

Monochromatic Colors of #7ceefc

#7ceefc

Complementary Color

#7ceefc #fc8a7c

#7ceefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceefc Color CSS Codes

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

#7ceefc Text Font Color

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

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


#7ceefc Background Color

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

This div background color is #7ceefc


#7ceefc Border Color

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

This div border color is #7ceefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceefc


Comments

No comments written yet.

Please login to write comment.