Color Hex Logo

#248fae Color Hex

#248FAE
(36,143,174)
0 Favorites   0 Comments

Color spaces of #248fae

RGB 36143174
HSL0.540.660.41
HSV193°79°68°
CMYK 0.790.180.00   0.32
XYZ18.190023.076043.5398
Yxy23.07600.21450.2721
Hunter Lab48.0375-16.4743-20.1125
CIE-Lab55.1505-18.5447-24.6728

#248fae color RGB value is (36,143,174).

#248fae hex color red value is 36, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #248fae hue: 0.54 , saturation: 0.66 and the lightness value of 248fae is 0.41.

The process color (four color CMYK) of #248fae color hex is 0.79, 0.18, 0.00, 0.32. Web safe color of #248fae is #339999. Color #248fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001111 10101110
Octal 44 217 256
Decimal 36 143 174
Hex 24 8F AE

RGB Percentages of Color #248fae

%10.20
%40.51
%49.29

CMYK Percentages of Color #248fae

%79
%18
%0
%32

Triadic Colors of #248fae

#248fae #ae248f #8fae24

Analogous Colors of #248fae

#248fae #244aae #24ae88

Monochromatic Colors of #248fae

#248fae

Complementary Color

#248fae #ae4324

#248fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#248fae Color CSS Codes

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

#248fae Text Font Color

<p style="color:#248fae">Text here</p>

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


#248fae Background Color

<div style="background-color:#248fae">
Div content here</div>

This div background color is #248fae


#248fae Border Color

<div style="border:3px solid #248fae">
Div here</div>

This div border color is #248fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,143,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248fae;
  -webkit-box-shadow: 1px 1px 3px 2px #248fae;
  box-shadow:         1px 1px 3px 2px #248fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,143,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 #248fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248fae


Comments

No comments written yet.

Please login to write comment.