Color Hex Logo

#259cbf Color Hex

#259CBF
(37,156,191)
0 Favorites   0 Comments

Color spaces of #259cbf

RGB 37156191
HSL0.540.680.45
HSV194°81°75°
CMYK 0.810.180.00   0.25
XYZ22.055427.931853.5192
Yxy27.93180.21310.2699
Hunter Lab52.8505-17.9975-23.0447
CIE-Lab59.8271-19.5883-27.1022

#259cbf color RGB value is (37,156,191).

#259cbf hex color red value is 37, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #259cbf hue: 0.54 , saturation: 0.68 and the lightness value of 259cbf is 0.45.

The process color (four color CMYK) of #259cbf color hex is 0.81, 0.18, 0.00, 0.25. Web safe color of #259cbf is #3399cc. Color #259cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011100 10111111
Octal 45 234 277
Decimal 37 156 191
Hex 25 9C BF

RGB Percentages of Color #259cbf

%9.64
%40.63
%49.74

CMYK Percentages of Color #259cbf

%81
%18
%0
%25

Triadic Colors of #259cbf

#259cbf #bf259c #9cbf25

Analogous Colors of #259cbf

#259cbf #254fbf #25bf95

Monochromatic Colors of #259cbf

#259cbf

Complementary Color

#259cbf #bf4825

#259cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#259cbf Color CSS Codes

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

#259cbf Text Font Color

<p style="color:#259cbf">Text here</p>

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


#259cbf Background Color

<div style="background-color:#259cbf">
Div content here</div>

This div background color is #259cbf


#259cbf Border Color

<div style="border:3px solid #259cbf">
Div here</div>

This div border color is #259cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,156,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #259cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #259cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #259cbf;
  box-shadow:         1px 1px 3px 2px #259cbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259cbf


Comments

No comments written yet.

Please login to write comment.