Color Hex Logo

#7abcce Color Hex

#7ABCCE
(122,188,206)
0 Favorites   0 Comments

Color spaces of #7abcce

RGB 122188206
HSL0.540.460.64
HSV193°41°81°
CMYK 0.410.090.00   0.19
XYZ37.149844.560265.0355
Yxy44.56020.25320.3037
Hunter Lab66.7534-17.4792-11.0367
CIE-Lab72.6014-16.3278-15.6719

#7abcce color RGB value is (122,188,206).

#7abcce hex color red value is 122, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7abcce hue: 0.54 , saturation: 0.46 and the lightness value of 7abcce is 0.64.

The process color (four color CMYK) of #7abcce color hex is 0.41, 0.09, 0.00, 0.19. Web safe color of #7abcce is #66cccc. Color #7abcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 11001110
Octal 172 274 316
Decimal 122 188 206
Hex 7A BC CE

RGB Percentages of Color #7abcce

%23.64
%36.43
%39.92

CMYK Percentages of Color #7abcce

%41
%9
%0
%19

Triadic Colors of #7abcce

#7abcce #ce7abc #bcce7a

Analogous Colors of #7abcce

#7abcce #7a92ce #7aceb6

Monochromatic Colors of #7abcce

#7abcce

Complementary Color

#7abcce #ce8c7a

#7abcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcce Color CSS Codes

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

#7abcce Text Font Color

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

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


#7abcce Background Color

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

This div background color is #7abcce


#7abcce Border Color

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

This div border color is #7abcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcce


Comments

No comments written yet.

Please login to write comment.