Color Hex Logo

#7cdeff Color Hex

#7CDEFF
(124,222,255)
0 Favorites   0 Comments

Color spaces of #7cdeff

RGB 124222255
HSL0.541.000.74
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.483563.7476104.1461
Yxy63.74760.23820.2893
Hunter Lab79.8421-22.3883-21.4485
CIE-Lab83.8342-20.1174-24.9287

#7cdeff color RGB value is (124,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11111111
Octal 174 336 377
Decimal 124 222 255
Hex 7C DE FF

RGB Percentages of Color #7cdeff

%20.63
%36.94
%42.43

CMYK Percentages of Color #7cdeff

%51
%13
%0
%0

Triadic Colors of #7cdeff

#7cdeff #ff7cde #deff7c

Analogous Colors of #7cdeff

#7cdeff #7c9dff #7cffdf

Monochromatic Colors of #7cdeff

#7cdeff

Complementary Color

#7cdeff #ff9d7c

#7cdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdeff Color CSS Codes

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

#7cdeff Text Font Color

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

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


#7cdeff Background Color

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

This div background color is #7cdeff


#7cdeff Border Color

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

This div border color is #7cdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdeff

Related Colors

#7cdeff Color Palettes


Comments

No comments written yet.

Please login to write comment.