Color Hex Logo

#25968c Color Hex

#25968C
(37,150,140)
0 Favorites   0 Comments

Color spaces of #25968c

RGB 37150140
HSL0.490.600.37
HSV175°75°59°
CMYK 0.750.000.07   0.41
XYZ16.402924.099528.5981
Yxy24.09950.23740.3488
Hunter Lab49.0912-26.2673-0.1755
CIE-Lab56.1873-32.7767-3.6214

#25968c color RGB value is (37,150,140).

#25968c hex color red value is 37, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #25968c hue: 0.49 , saturation: 0.60 and the lightness value of 25968c is 0.37.

The process color (four color CMYK) of #25968c color hex is 0.75, 0.00, 0.07, 0.41. Web safe color of #25968c is #339999. Color #25968c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010110 10001100
Octal 45 226 214
Decimal 37 150 140
Hex 25 96 8C

RGB Percentages of Color #25968c

%11.31
%45.87
%42.81

CMYK Percentages of Color #25968c

%75
%0
%7
%41

Triadic Colors of #25968c

#25968c #8c2596 #968c25

Analogous Colors of #25968c

#25968c #256896 #259654

Monochromatic Colors of #25968c

#25968c

Complementary Color

#25968c #96252f

#25968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25968c Color CSS Codes

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

#25968c Text Font Color

<p style="color:#25968c">Text here</p>

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


#25968c Background Color

<div style="background-color:#25968c">
Div content here</div>

This div background color is #25968c


#25968c Border Color

<div style="border:3px solid #25968c">
Div here</div>

This div border color is #25968c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,150,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25968c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25968c;
  -webkit-box-shadow: 1px 1px 3px 2px #25968c;
  box-shadow:         1px 1px 3px 2px #25968c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25968c


Comments

No comments written yet.

Please login to write comment.