Color Hex Logo

#288cae Color Hex

#288CAE
(40,140,174)
0 Favorites   0 Comments

Color spaces of #288cae

RGB 40140174
HSL0.540.630.42
HSV195°77°68°
CMYK 0.770.200.00   0.32
XYZ17.893122.263343.3986
Yxy22.26330.21410.2665
Hunter Lab47.1840-14.8813-21.5046
CIE-Lab54.3053-16.4776-25.9707

#288cae color RGB value is (40,140,174).

#288cae hex color red value is 40, green value is 140 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #288cae hue: 0.54 , saturation: 0.63 and the lightness value of 288cae is 0.42.

The process color (four color CMYK) of #288cae color hex is 0.77, 0.20, 0.00, 0.32. Web safe color of #288cae is #339999. Color #288cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001100 10101110
Octal 50 214 256
Decimal 40 140 174
Hex 28 8C AE

RGB Percentages of Color #288cae

%11.30
%39.55
%49.15

CMYK Percentages of Color #288cae

%77
%20
%0
%32

Triadic Colors of #288cae

#288cae #ae288c #8cae28

Analogous Colors of #288cae

#288cae #2849ae #28ae8d

Monochromatic Colors of #288cae

#288cae

Complementary Color

#288cae #ae4a28

#288cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#288cae Color CSS Codes

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

#288cae Text Font Color

<p style="color:#288cae">Text here</p>

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


#288cae Background Color

<div style="background-color:#288cae">
Div content here</div>

This div background color is #288cae


#288cae Border Color

<div style="border:3px solid #288cae">
Div here</div>

This div border color is #288cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,140,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #288cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #288cae;
  -webkit-box-shadow: 1px 1px 3px 2px #288cae;
  box-shadow:         1px 1px 3px 2px #288cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288cae


Comments

No comments written yet.

Please login to write comment.