Color Hex Logo

#245ebc Color Hex

#245EBC
(36,94,188)
0 Favorites   0 Comments

Color spaces of #245ebc

RGB 3694188
HSL0.600.680.44
HSV217°81°74°
CMYK 0.810.500.00   0.26
XYZ13.807412.011349.1676
Yxy12.01130.18410.1602
Hunter Lab34.657310.4637-59.8533
CIE-Lab41.234116.1432-54.7598

#245ebc color RGB value is (36,94,188).

#245ebc hex color red value is 36, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #245ebc hue: 0.60 , saturation: 0.68 and the lightness value of 245ebc is 0.44.

The process color (four color CMYK) of #245ebc color hex is 0.81, 0.50, 0.00, 0.26. Web safe color of #245ebc is #3366cc. Color #245ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011110 10111100
Octal 44 136 274
Decimal 36 94 188
Hex 24 5E BC

RGB Percentages of Color #245ebc

%11.32
%29.56
%59.12

CMYK Percentages of Color #245ebc

%81
%50
%0
%26

Triadic Colors of #245ebc

#245ebc #bc245e #5ebc24

Analogous Colors of #245ebc

#245ebc #3624bc #24aabc

Monochromatic Colors of #245ebc

#245ebc

Complementary Color

#245ebc #bc8224

#245ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#245ebc Color CSS Codes

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

#245ebc Text Font Color

<p style="color:#245ebc">Text here</p>

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


#245ebc Background Color

<div style="background-color:#245ebc">
Div content here</div>

This div background color is #245ebc


#245ebc Border Color

<div style="border:3px solid #245ebc">
Div here</div>

This div border color is #245ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,94,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #245ebc;
  box-shadow:         1px 1px 3px 2px #245ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245ebc


Comments

No comments written yet.

Please login to write comment.