Color Hex Logo

#7cdaeb Color Hex

#7CDAEB
(124,218,235)
0 Favorites   0 Comments

Color spaces of #7cdaeb

RGB 124218235
HSL0.530.740.70
HSV189°47°92°
CMYK 0.470.070.00   0.08
XYZ48.379060.426187.7108
Yxy60.42610.24620.3075
Hunter Lab77.7342-24.9429-12.4854
CIE-Lab82.0692-23.4948-17.0071

#7cdaeb color RGB value is (124,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 11101011
Octal 174 332 353
Decimal 124 218 235
Hex 7C DA EB

RGB Percentages of Color #7cdaeb

%21.49
%37.78
%40.73

CMYK Percentages of Color #7cdaeb

%47
%7
%0
%8

Triadic Colors of #7cdaeb

#7cdaeb #eb7cda #daeb7c

Analogous Colors of #7cdaeb

#7cdaeb #7ca3eb #7cebc5

Monochromatic Colors of #7cdaeb

#7cdaeb

Complementary Color

#7cdaeb #eb8d7c

#7cdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdaeb Color CSS Codes

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

#7cdaeb Text Font Color

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

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


#7cdaeb Background Color

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

This div background color is #7cdaeb


#7cdaeb Border Color

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

This div border color is #7cdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdaeb


Comments

No comments written yet.

Please login to write comment.