Color Hex Logo

#247bae Color Hex

#247BAE
(36,123,174)
0 Favorites   0 Comments

Color spaces of #247bae

RGB 36123174
HSL0.560.660.41
HSV202°79°68°
CMYK 0.790.290.00   0.32
XYZ15.450517.597042.6266
Yxy17.59700.20420.2325
Hunter Lab41.9488-7.6656-30.8839
CIE-Lab49.0036-7.3082-34.2335

#247bae color RGB value is (36,123,174).

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

The process color (four color CMYK) of #247bae color hex is 0.79, 0.29, 0.00, 0.32. Web safe color of #247bae is #336699. Color #247bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111011 10101110
Octal 44 173 256
Decimal 36 123 174
Hex 24 7B AE

RGB Percentages of Color #247bae

%10.81
%36.94
%52.25

CMYK Percentages of Color #247bae

%79
%29
%0
%32

Triadic Colors of #247bae

#247bae #ae247b #7bae24

Analogous Colors of #247bae

#247bae #2436ae #24ae9c

Monochromatic Colors of #247bae

#247bae

Complementary Color

#247bae #ae5724

#247bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#247bae Color CSS Codes

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

#247bae Text Font Color

<p style="color:#247bae">Text here</p>

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


#247bae Background Color

<div style="background-color:#247bae">
Div content here</div>

This div background color is #247bae


#247bae Border Color

<div style="border:3px solid #247bae">
Div here</div>

This div border color is #247bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247bae


Comments

No comments written yet.

Please login to write comment.