Color Hex Logo

#7cddfe Color Hex

#7CDDFE
(124,221,254)
0 Favorites   0 Comments

Color spaces of #7cddfe

RGB 124221254
HSL0.540.980.74
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.058063.1537103.2121
Yxy63.15370.23830.2891
Hunter Lab79.4693-22.1412-21.3754
CIE-Lab83.5232-19.8885-24.8741

#7cddfe color RGB value is (124,221,254).

#7cddfe hex color red value is 124, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7cddfe hue: 0.54 , saturation: 0.98 and the lightness value of 7cddfe is 0.74.

The process color (four color CMYK) of #7cddfe color hex is 0.51, 0.13, 0.00, 0.00. Web safe color of #7cddfe is #66ccff. Color #7cddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011101 11111110
Octal 174 335 376
Decimal 124 221 254
Hex 7C DD FE

RGB Percentages of Color #7cddfe

%20.70
%36.89
%42.40

CMYK Percentages of Color #7cddfe

%51
%13
%0
%0

Triadic Colors of #7cddfe

#7cddfe #fe7cdd #ddfe7c

Analogous Colors of #7cddfe

#7cddfe #7c9cfe #7cfede

Monochromatic Colors of #7cddfe

#7cddfe

Complementary Color

#7cddfe #fe9d7c

#7cddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cddfe Color CSS Codes

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

#7cddfe Text Font Color

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

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


#7cddfe Background Color

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

This div background color is #7cddfe


#7cddfe Border Color

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

This div border color is #7cddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cddfe


Comments

No comments written yet.

Please login to write comment.