Color Hex Logo

#25aac4 Color Hex

#25AAC4
(37,170,196)
0 Favorites   0 Comments

Color spaces of #25aac4

RGB 37170196
HSL0.530.680.46
HSV190°81°77°
CMYK 0.810.130.00   0.23
XYZ25.101533.128357.2960
Yxy33.12830.21730.2868
Hunter Lab57.5572-22.8787-18.7309
CIE-Lab64.2647-25.1762-23.0800

#25aac4 color RGB value is (37,170,196).

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

The process color (four color CMYK) of #25aac4 color hex is 0.81, 0.13, 0.00, 0.23. Web safe color of #25aac4 is #3399cc. Color #25aac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 11000100
Octal 45 252 304
Decimal 37 170 196
Hex 25 AA C4

RGB Percentages of Color #25aac4

%9.18
%42.18
%48.64

CMYK Percentages of Color #25aac4

%81
%13
%0
%23

Triadic Colors of #25aac4

#25aac4 #c425aa #aac425

Analogous Colors of #25aac4

#25aac4 #255bc4 #25c48f

Monochromatic Colors of #25aac4

#25aac4

Complementary Color

#25aac4 #c43f25

#25aac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aac4 Color CSS Codes

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

#25aac4 Text Font Color

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

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


#25aac4 Background Color

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

This div background color is #25aac4


#25aac4 Border Color

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

This div border color is #25aac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aac4


Comments

No comments written yet.

Please login to write comment.