Color Hex Logo

#7cedf0 Color Hex

#7CEDF0
(124,237,240)
0 Favorites   0 Comments

Color spaces of #7cedf0

RGB 124237240
HSL0.500.790.71
HSV182°48°94°
CMYK 0.480.010.00   0.06
XYZ54.324571.144793.3072
Yxy71.14470.24830.3252
Hunter Lab84.3473-32.6436-6.5450
CIE-Lab87.5553-31.4152-11.4250

#7cedf0 color RGB value is (124,237,240).

#7cedf0 hex color red value is 124, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7cedf0 hue: 0.50 , saturation: 0.79 and the lightness value of 7cedf0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11110000
Octal 174 355 360
Decimal 124 237 240
Hex 7C ED F0

RGB Percentages of Color #7cedf0

%20.63
%39.43
%39.93

CMYK Percentages of Color #7cedf0

%48
%1
%0
%6

Triadic Colors of #7cedf0

#7cedf0 #f07ced #edf07c

Analogous Colors of #7cedf0

#7cedf0 #7cb3f0 #7cf0b9

Monochromatic Colors of #7cedf0

#7cedf0

Complementary Color

#7cedf0 #f07f7c

#7cedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedf0 Color CSS Codes

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

#7cedf0 Text Font Color

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

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


#7cedf0 Background Color

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

This div background color is #7cedf0


#7cedf0 Border Color

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

This div border color is #7cedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedf0


Comments

No comments written yet.

Please login to write comment.