Color Hex Logo

#7cabed Color Hex

#7CABED
(124,171,237)
0 Favorites   0 Comments

Color spaces of #7cabed

RGB 124171237
HSL0.600.760.71
HSV215°48°93°
CMYK 0.480.280.00   0.07
XYZ38.161239.525385.7386
Yxy39.52530.23350.2419
Hunter Lab62.8691-1.6726-36.8491
CIE-Lab69.13011.9225-37.9106

#7cabed color RGB value is (124,171,237).

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

The process color (four color CMYK) of #7cabed color hex is 0.48, 0.28, 0.00, 0.07. Web safe color of #7cabed is #6699ff. Color #7cabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11101101
Octal 174 253 355
Decimal 124 171 237
Hex 7C AB ED

RGB Percentages of Color #7cabed

%23.31
%32.14
%44.55

CMYK Percentages of Color #7cabed

%48
%28
%0
%7

Triadic Colors of #7cabed

#7cabed #ed7cab #abed7c

Analogous Colors of #7cabed

#7cabed #867ced #7ce4ed

Monochromatic Colors of #7cabed

#7cabed

Complementary Color

#7cabed #edbe7c

#7cabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabed Color CSS Codes

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

#7cabed Text Font Color

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

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


#7cabed Background Color

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

This div background color is #7cabed


#7cabed Border Color

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

This div border color is #7cabed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,171,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 #7cabed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabed


Comments

No comments written yet.

Please login to write comment.