color codes Logo

#25cad5 color codes

#25CAD5
(37,202,213)
0 Favorites   0 Comments

Color spaces of #25cad5

RGB 37202213
HSL0.510.700.49
HSV184°83°84°
CMYK 0.830.050.00   0.16
XYZ33.893747.438570.3209
Yxy47.43850.22350.3128
Hunter Lab68.8756-32.6924-12.3212
CIE-Lab74.4694-35.3884-16.8957

#25cad5 color RGB value is (37,202,213).

#25cad5 hex color red value is 37, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #25cad5 hue: 0.51 , saturation: 0.70 and the lightness value of 25cad5 is 0.49.

The process color (four color CMYK) of #25cad5 color code is 0.83, 0.05, 0.00, 0.16. Web safe color of #25cad5 is #33cccc. Color #25cad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001010 11010101
Octal 45 312 325
Decimal 37 202 213
Hex 25 CA D5

RGB Percentages of Color #25cad5

%8.19
%44.69
%47.12

CMYK Percentages of Color #25cad5

%83
%5
%0
%16

Triadic Colors of #25cad5

#25cad5 #d525ca #cad525

Analogous Colors of #25cad5

#25cad5 #2572d5 #25d588

Monochromatic Colors of #25cad5

#25cad5

Complementary Color

#25cad5 #d53025

#25cad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25cad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25cad5 Color CSS Codes

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

#25cad5 Text Font Color

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

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


#25cad5 Background Color

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

This div background color is #25cad5


#25cad5 Border Color

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

This div border color is #25cad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25cad5


Comments

No comments written yet.

Please login to write comment.