Color Hex Logo

#25aceb Color Hex

#25ACEB
(37,172,235)
0 Favorites   0 Comments

Color spaces of #25aceb

RGB 37172235
HSL0.550.830.53
HSV199°84°92°
CMYK 0.840.270.00   0.08
XYZ30.510935.896583.9179
Yxy35.89650.20300.2388
Hunter Lab59.9137-13.9483-41.1048
CIE-Lab66.4408-12.9940-41.2307

#25aceb color RGB value is (37,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 11101011
Octal 45 254 353
Decimal 37 172 235
Hex 25 AC EB

RGB Percentages of Color #25aceb

%8.33
%38.74
%52.93

CMYK Percentages of Color #25aceb

%84
%27
%0
%8

Triadic Colors of #25aceb

#25aceb #eb25ac #aceb25

Analogous Colors of #25aceb

#25aceb #2549eb #25ebc7

Monochromatic Colors of #25aceb

#25aceb

Complementary Color

#25aceb #eb6425

#25aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aceb Color CSS Codes

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

#25aceb Text Font Color

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

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


#25aceb Background Color

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

This div background color is #25aceb


#25aceb Border Color

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

This div border color is #25aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aceb


Comments

No comments written yet.

Please login to write comment.