Color Hex Logo

#245ebe Color Hex

#245EBE
(36,94,190)
0 Favorites   0 Comments

Color spaces of #245ebe

RGB 3694190
HSL0.600.680.44
HSV217°81°75°
CMYK 0.810.510.00   0.25
XYZ14.024512.098250.3112
Yxy12.09820.18350.1583
Hunter Lab34.782511.1030-61.4125
CIE-Lab41.371816.9202-55.7029

#245ebe color RGB value is (36,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011110 10111110
Octal 44 136 276
Decimal 36 94 190
Hex 24 5E BE

RGB Percentages of Color #245ebe

%11.25
%29.38
%59.38

CMYK Percentages of Color #245ebe

%81
%51
%0
%25

Triadic Colors of #245ebe

#245ebe #be245e #5ebe24

Analogous Colors of #245ebe

#245ebe #3724be #24abbe

Monochromatic Colors of #245ebe

#245ebe

Complementary Color

#245ebe #be8424

#245ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#245ebe Color CSS Codes

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

#245ebe Text Font Color

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

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


#245ebe Background Color

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

This div background color is #245ebe


#245ebe Border Color

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

This div border color is #245ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245ebe


Comments

No comments written yet.

Please login to write comment.