Color Hex Logo

#7cdae4 Color Hex

#7CDAE4
(124,218,228)
0 Favorites   0 Comments

Color spaces of #7cdae4

RGB 124218228
HSL0.520.660.69
HSV186°46°89°
CMYK 0.460.040.00   0.11
XYZ47.387260.029382.4880
Yxy60.02930.24950.3161
Hunter Lab77.4786-26.4139-8.8884
CIE-Lab81.8541-25.3145-13.6085

#7cdae4 color RGB value is (124,218,228).

#7cdae4 hex color red value is 124, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7cdae4 hue: 0.52 , saturation: 0.66 and the lightness value of 7cdae4 is 0.69.

The process color (four color CMYK) of #7cdae4 color hex is 0.46, 0.04, 0.00, 0.11. Web safe color of #7cdae4 is #66cccc. Color #7cdae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 11100100
Octal 174 332 344
Decimal 124 218 228
Hex 7C DA E4

RGB Percentages of Color #7cdae4

%21.75
%38.25
%40.00

CMYK Percentages of Color #7cdae4

%46
%4
%0
%11

Triadic Colors of #7cdae4

#7cdae4 #e47cda #dae47c

Analogous Colors of #7cdae4

#7cdae4 #7ca6e4 #7ce4ba

Monochromatic Colors of #7cdae4

#7cdae4

Complementary Color

#7cdae4 #e4867c

#7cdae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdae4 Color CSS Codes

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

#7cdae4 Text Font Color

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

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


#7cdae4 Background Color

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

This div background color is #7cdae4


#7cdae4 Border Color

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

This div border color is #7cdae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdae4


Comments

No comments written yet.

Please login to write comment.