Color Hex Logo

#25b8da Color Hex

#25B8DA
(37,184,218)
0 Favorites   0 Comments

Color spaces of #25b8da

RGB 37184218
HSL0.530.710.50
HSV191°83°85°
CMYK 0.830.160.00   0.15
XYZ30.558339.736272.3889
Yxy39.73620.21420.2785
Hunter Lab63.0367-23.7826-23.9607
CIE-Lab69.2812-25.0602-27.5191

#25b8da color RGB value is (37,184,218).

#25b8da hex color red value is 37, green value is 184 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #25b8da hue: 0.53 , saturation: 0.71 and the lightness value of 25b8da is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111000 11011010
Octal 45 270 332
Decimal 37 184 218
Hex 25 B8 DA

RGB Percentages of Color #25b8da

%8.43
%41.91
%49.66

CMYK Percentages of Color #25b8da

%83
%16
%0
%15

Triadic Colors of #25b8da

#25b8da #da25b8 #b8da25

Analogous Colors of #25b8da

#25b8da #255eda #25daa2

Monochromatic Colors of #25b8da

#25b8da

Complementary Color

#25b8da #da4725

#25b8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25b8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#25b8da Color CSS Codes

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

#25b8da Text Font Color

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

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


#25b8da Background Color

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

This div background color is #25b8da


#25b8da Border Color

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

This div border color is #25b8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25b8da


Comments

No comments written yet.

Please login to write comment.