Color Hex Logo

#25aeca Color Hex

#25AECA
(37,174,202)
0 Favorites   0 Comments

Color spaces of #25aeca

RGB 37174202
HSL0.530.690.47
HSV190°82°79°
CMYK 0.820.140.00   0.21
XYZ26.559734.929761.2194
Yxy34.92970.21640.2847
Hunter Lab59.1014-23.2108-20.0439
CIE-Lab65.6939-25.2414-24.2203

#25aeca color RGB value is (37,174,202).

#25aeca hex color red value is 37, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #25aeca hue: 0.53 , saturation: 0.69 and the lightness value of 25aeca is 0.47.

The process color (four color CMYK) of #25aeca color hex is 0.82, 0.14, 0.00, 0.21. Web safe color of #25aeca is #3399cc. Color #25aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101110 11001010
Octal 45 256 312
Decimal 37 174 202
Hex 25 AE CA

RGB Percentages of Color #25aeca

%8.96
%42.13
%48.91

CMYK Percentages of Color #25aeca

%82
%14
%0
%21

Triadic Colors of #25aeca

#25aeca #ca25ae #aeca25

Analogous Colors of #25aeca

#25aeca #255cca #25ca94

Monochromatic Colors of #25aeca

#25aeca

Complementary Color

#25aeca #ca4125

#25aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aeca Color CSS Codes

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

#25aeca Text Font Color

<p style="color:#25aeca">Text here</p>

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


#25aeca Background Color

<div style="background-color:#25aeca">
Div content here</div>

This div background color is #25aeca


#25aeca Border Color

<div style="border:3px solid #25aeca">
Div here</div>

This div border color is #25aeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,174,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25aeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25aeca;
  -webkit-box-shadow: 1px 1px 3px 2px #25aeca;
  box-shadow:         1px 1px 3px 2px #25aeca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,174,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aeca


Comments

No comments written yet.

Please login to write comment.