Color Hex Logo

#7cbaed Color Hex

#7CBAED
(124,186,237)
0 Favorites   0 Comments

Color spaces of #7cbaed

RGB 124186237
HSL0.580.760.71
HSV207°48°93°
CMYK 0.480.220.00   0.07
XYZ41.157145.517386.7373
Yxy45.51730.23730.2625
Hunter Lab67.4665-9.1747-28.9987
CIE-Lab73.2312-6.3442-31.5540

#7cbaed color RGB value is (124,186,237).

#7cbaed hex color red value is 124, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7cbaed hue: 0.58 , saturation: 0.76 and the lightness value of 7cbaed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 11101101
Octal 174 272 355
Decimal 124 186 237
Hex 7C BA ED

RGB Percentages of Color #7cbaed

%22.67
%34.00
%43.33

CMYK Percentages of Color #7cbaed

%48
%22
%0
%7

Triadic Colors of #7cbaed

#7cbaed #ed7cba #baed7c

Analogous Colors of #7cbaed

#7cbaed #7c82ed #7cede8

Monochromatic Colors of #7cbaed

#7cbaed

Complementary Color

#7cbaed #edaf7c

#7cbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbaed Color CSS Codes

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

#7cbaed Text Font Color

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

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


#7cbaed Background Color

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

This div background color is #7cbaed


#7cbaed Border Color

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

This div border color is #7cbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbaed


Comments

No comments written yet.

Please login to write comment.