Color Hex Logo

#25aaca Color Hex

#25AACA
(37,170,202)
0 Favorites   0 Comments

Color spaces of #25aaca

RGB 37170202
HSL0.530.690.47
HSV192°82°79°
CMYK 0.820.160.00   0.21
XYZ25.798333.407060.9656
Yxy33.40700.21470.2780
Hunter Lab57.7988-21.4750-22.0794
CIE-Lab64.4891-23.2024-26.0691

#25aaca color RGB value is (37,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 11001010
Octal 45 252 312
Decimal 37 170 202
Hex 25 AA CA

RGB Percentages of Color #25aaca

%9.05
%41.56
%49.39

CMYK Percentages of Color #25aaca

%82
%16
%0
%21

Triadic Colors of #25aaca

#25aaca #ca25aa #aaca25

Analogous Colors of #25aaca

#25aaca #2557ca #25ca98

Monochromatic Colors of #25aaca

#25aaca

Complementary Color

#25aaca #ca4525

#25aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aaca Color CSS Codes

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

#25aaca Text Font Color

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

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


#25aaca Background Color

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

This div background color is #25aaca


#25aaca Border Color

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

This div border color is #25aaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,170,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 #25aaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aaca


Comments

No comments written yet.

Please login to write comment.