Color Hex Logo

#25aeea Color Hex

#25AEEA
(37,174,234)
0 Favorites   0 Comments

Color spaces of #25aeea

RGB 37174234
HSL0.550.820.53
HSV198°84°92°
CMYK 0.840.260.00   0.08
XYZ30.750336.605983.2868
Yxy36.60590.20410.2430
Hunter Lab60.5028-15.1580-39.2653
CIE-Lab66.9803-14.4265-39.8396

#25aeea color RGB value is (37,174,234).

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

The process color (four color CMYK) of #25aeea color hex is 0.84, 0.26, 0.00, 0.08. Web safe color of #25aeea is #3399ff. Color #25aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101110 11101010
Octal 45 256 352
Decimal 37 174 234
Hex 25 AE EA

RGB Percentages of Color #25aeea

%8.31
%39.10
%52.58

CMYK Percentages of Color #25aeea

%84
%26
%0
%8

Triadic Colors of #25aeea

#25aeea #ea25ae #aeea25

Analogous Colors of #25aeea

#25aeea #254cea #25eac4

Monochromatic Colors of #25aeea

#25aeea

Complementary Color

#25aeea #ea6125

#25aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aeea Color CSS Codes

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

#25aeea Text Font Color

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

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


#25aeea Background Color

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

This div background color is #25aeea


#25aeea Border Color

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

This div border color is #25aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aeea


Comments

No comments written yet.

Please login to write comment.