Color Hex Logo

#7cabbe Color Hex

#7CABBE
(124,171,190)
0 Favorites   0 Comments

Color spaces of #7cabbe

RGB 124171190
HSL0.550.340.62
HSV197°35°75°
CMYK 0.350.100.00   0.25
XYZ32.169437.128654.1862
Yxy37.12860.26050.3007
Hunter Lab60.9332-12.3950-10.0716
CIE-Lab67.3734-10.9199-14.7443

#7cabbe color RGB value is (124,171,190).

#7cabbe hex color red value is 124, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7cabbe hue: 0.55 , saturation: 0.34 and the lightness value of 7cabbe is 0.62.

The process color (four color CMYK) of #7cabbe color hex is 0.35, 0.10, 0.00, 0.25. Web safe color of #7cabbe is #6699cc. Color #7cabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 10111110
Octal 174 253 276
Decimal 124 171 190
Hex 7C AB BE

RGB Percentages of Color #7cabbe

%25.57
%35.26
%39.18

CMYK Percentages of Color #7cabbe

%35
%10
%0
%25

Triadic Colors of #7cabbe

#7cabbe #be7cab #abbe7c

Analogous Colors of #7cabbe

#7cabbe #7c8abe #7cbeb0

Monochromatic Colors of #7cabbe

#7cabbe

Complementary Color

#7cabbe #be8f7c

#7cabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabbe Color CSS Codes

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

#7cabbe Text Font Color

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

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


#7cabbe Background Color

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

This div background color is #7cabbe


#7cabbe Border Color

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

This div border color is #7cabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabbe


Comments

No comments written yet.

Please login to write comment.