Color Hex Logo

#7cedfd Color Hex

#7CEDFD
(124,237,253)
0 Favorites   0 Comments

Color spaces of #7cedfd

RGB 124237253
HSL0.520.970.74
HSV187°51°99°
CMYK 0.510.060.00   0.01
XYZ56.326071.9453103.8466
Yxy71.94530.24270.3100
Hunter Lab84.8206-29.9012-13.2149
CIE-Lab87.9423-28.0487-17.6567

#7cedfd color RGB value is (124,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11111101
Octal 174 355 375
Decimal 124 237 253
Hex 7C ED FD

RGB Percentages of Color #7cedfd

%20.20
%38.60
%41.21

CMYK Percentages of Color #7cedfd

%51
%6
%0
%1

Triadic Colors of #7cedfd

#7cedfd #fd7ced #edfd7c

Analogous Colors of #7cedfd

#7cedfd #7cadfd #7cfdcd

Monochromatic Colors of #7cedfd

#7cedfd

Complementary Color

#7cedfd #fd8c7c

#7cedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedfd Color CSS Codes

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

#7cedfd Text Font Color

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

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


#7cedfd Background Color

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

This div background color is #7cedfd


#7cedfd Border Color

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

This div border color is #7cedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.