Color Hex Logo

#7cabea Color Hex

#7CABEA
(124,171,234)
0 Favorites   0 Comments

Color spaces of #7cabea

RGB 124171234
HSL0.600.720.70
HSV214°47°92°
CMYK 0.470.270.00   0.08
XYZ37.726439.351483.4491
Yxy39.35140.23500.2451
Hunter Lab62.7307-2.4284-34.9605
CIE-Lab69.00501.0552-36.4674

#7cabea color RGB value is (124,171,234).

#7cabea hex color red value is 124, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7cabea hue: 0.60 , saturation: 0.72 and the lightness value of 7cabea is 0.70.

The process color (four color CMYK) of #7cabea color hex is 0.47, 0.27, 0.00, 0.08. Web safe color of #7cabea is #6699ff. Color #7cabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11101010
Octal 174 253 352
Decimal 124 171 234
Hex 7C AB EA

RGB Percentages of Color #7cabea

%23.44
%32.33
%44.23

CMYK Percentages of Color #7cabea

%47
%27
%0
%8

Triadic Colors of #7cabea

#7cabea #ea7cab #abea7c

Analogous Colors of #7cabea

#7cabea #847cea #7ce2ea

Monochromatic Colors of #7cabea

#7cabea

Complementary Color

#7cabea #eabb7c

#7cabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabea Color CSS Codes

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

#7cabea Text Font Color

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

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


#7cabea Background Color

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

This div background color is #7cabea


#7cabea Border Color

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

This div border color is #7cabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabea


Comments

No comments written yet.

Please login to write comment.