Color Hex Logo

#25766b Color Hex

#25766B
(37,118,107)
0 Favorites   0 Comments

Color spaces of #25766b

RGB 37118107
HSL0.480.520.30
HSV172°69°46°
CMYK 0.690.000.09   0.54
XYZ9.895214.411716.1701
Yxy14.41170.24450.3560
Hunter Lab37.9627-19.90781.3196
CIE-Lab44.8177-26.9299-1.0545

#25766b color RGB value is (37,118,107).

#25766b hex color red value is 37, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #25766b hue: 0.48 , saturation: 0.52 and the lightness value of 25766b is 0.30.

The process color (four color CMYK) of #25766b color hex is 0.69, 0.00, 0.09, 0.54. Web safe color of #25766b is #336666. Color #25766b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110110 01101011
Octal 45 166 153
Decimal 37 118 107
Hex 25 76 6B

RGB Percentages of Color #25766b

%14.12
%45.04
%40.84

CMYK Percentages of Color #25766b

%69
%0
%9
%54

Triadic Colors of #25766b

#25766b #6b2576 #766b25

Analogous Colors of #25766b

#25766b #255976 #257643

Monochromatic Colors of #25766b

#25766b

Complementary Color

#25766b #762530

#25766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25766b Color CSS Codes

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

#25766b Text Font Color

<p style="color:#25766b">Text here</p>

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


#25766b Background Color

<div style="background-color:#25766b">
Div content here</div>

This div background color is #25766b


#25766b Border Color

<div style="border:3px solid #25766b">
Div here</div>

This div border color is #25766b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,118,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25766b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25766b;
  -webkit-box-shadow: 1px 1px 3px 2px #25766b;
  box-shadow:         1px 1px 3px 2px #25766b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25766b


Comments

No comments written yet.

Please login to write comment.