Color Hex Logo

#7cdaee Color Hex

#7CDAEE
(124,218,238)
0 Favorites   0 Comments

Color spaces of #7cdaee

RGB 124218238
HSL0.530.770.71
HSV191°48°93°
CMYK 0.480.080.00   0.07
XYZ48.816260.600990.0132
Yxy60.60090.24480.3039
Hunter Lab77.8466-24.2974-14.0638
CIE-Lab82.1637-22.7031-18.4584

#7cdaee color RGB value is (124,218,238).

#7cdaee hex color red value is 124, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7cdaee hue: 0.53 , saturation: 0.77 and the lightness value of 7cdaee is 0.71.

The process color (four color CMYK) of #7cdaee color hex is 0.48, 0.08, 0.00, 0.07. Web safe color of #7cdaee is #66ccff. Color #7cdaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 11101110
Octal 174 332 356
Decimal 124 218 238
Hex 7C DA EE

RGB Percentages of Color #7cdaee

%21.38
%37.59
%41.03

CMYK Percentages of Color #7cdaee

%48
%8
%0
%7

Triadic Colors of #7cdaee

#7cdaee #ee7cda #daee7c

Analogous Colors of #7cdaee

#7cdaee #7ca1ee #7ceec9

Monochromatic Colors of #7cdaee

#7cdaee

Complementary Color

#7cdaee #ee907c

#7cdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdaee Color CSS Codes

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

#7cdaee Text Font Color

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

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


#7cdaee Background Color

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

This div background color is #7cdaee


#7cdaee Border Color

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

This div border color is #7cdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdaee


Comments

No comments written yet.

Please login to write comment.