Color Hex Logo

#245ace Color Hex

#245ACE
(36,90,206)
0 Favorites   0 Comments

Color spaces of #245ace

RGB 3690206
HSL0.610.700.47
HSV221°83°81°
CMYK 0.830.560.00   0.19
XYZ15.524312.143659.9183
Yxy12.14360.17720.1386
Hunter Lab34.847718.5366-77.5519
CIE-Lab41.443425.7125-64.8536

#245ace color RGB value is (36,90,206).

#245ace hex color red value is 36, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #245ace hue: 0.61 , saturation: 0.70 and the lightness value of 245ace is 0.47.

The process color (four color CMYK) of #245ace color hex is 0.83, 0.56, 0.00, 0.19. Web safe color of #245ace is #3366cc. Color #245ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011010 11001110
Octal 44 132 316
Decimal 36 90 206
Hex 24 5A CE

RGB Percentages of Color #245ace

%10.84
%27.11
%62.05

CMYK Percentages of Color #245ace

%83
%56
%0
%19

Triadic Colors of #245ace

#245ace #ce245a #5ace24

Analogous Colors of #245ace

#245ace #4324ce #24afce

Monochromatic Colors of #245ace

#245ace

Complementary Color

#245ace #ce9824

#245ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#245ace Color CSS Codes

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

#245ace Text Font Color

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

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


#245ace Background Color

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

This div background color is #245ace


#245ace Border Color

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

This div border color is #245ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245ace


Comments

No comments written yet.

Please login to write comment.