Color Hex Logo

#7caebc Color Hex

#7CAEBC
(124,174,188)
0 Favorites   0 Comments

Color spaces of #7caebc

RGB 124174188
HSL0.540.320.61
HSV193°34°74°
CMYK 0.340.070.00   0.26
XYZ32.525338.188053.2337
Yxy38.18800.26240.3081
Hunter Lab61.7964-14.1939-7.8171
CIE-Lab68.1589-13.0256-12.4558

#7caebc color RGB value is (124,174,188).

#7caebc hex color red value is 124, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7caebc hue: 0.54 , saturation: 0.32 and the lightness value of 7caebc is 0.61.

The process color (four color CMYK) of #7caebc color hex is 0.34, 0.07, 0.00, 0.26. Web safe color of #7caebc is #6699cc. Color #7caebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 10111100
Octal 174 256 274
Decimal 124 174 188
Hex 7C AE BC

RGB Percentages of Color #7caebc

%25.51
%35.80
%38.68

CMYK Percentages of Color #7caebc

%34
%7
%0
%26

Triadic Colors of #7caebc

#7caebc #bc7cae #aebc7c

Analogous Colors of #7caebc

#7caebc #7c8ebc #7cbcaa

Monochromatic Colors of #7caebc

#7caebc

Complementary Color

#7caebc #bc8a7c

#7caebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caebc Color CSS Codes

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

#7caebc Text Font Color

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

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


#7caebc Background Color

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

This div background color is #7caebc


#7caebc Border Color

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

This div border color is #7caebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caebc


Comments

No comments written yet.

Please login to write comment.