Color Hex Logo

#259cdc Color Hex

#259CDC
(37,156,220)
0 Favorites   0 Comments

Color spaces of #259cdc

RGB 37156220
HSL0.560.720.50
HSV201°83°86°
CMYK 0.830.290.00   0.14
XYZ25.569729.337672.0252
Yxy29.33760.20140.2311
Hunter Lab54.1642-10.5215-40.9263
CIE-Lab61.0784-9.4602-41.3690

#259cdc color RGB value is (37,156,220).

#259cdc hex color red value is 37, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #259cdc hue: 0.56 , saturation: 0.72 and the lightness value of 259cdc is 0.50.

The process color (four color CMYK) of #259cdc color hex is 0.83, 0.29, 0.00, 0.14. Web safe color of #259cdc is #3399cc. Color #259cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011100 11011100
Octal 45 234 334
Decimal 37 156 220
Hex 25 9C DC

RGB Percentages of Color #259cdc

%8.96
%37.77
%53.27

CMYK Percentages of Color #259cdc

%83
%29
%0
%14

Triadic Colors of #259cdc

#259cdc #dc259c #9cdc25

Analogous Colors of #259cdc

#259cdc #2541dc #25dcc1

Monochromatic Colors of #259cdc

#259cdc

Complementary Color

#259cdc #dc6525

#259cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#259cdc Color CSS Codes

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

#259cdc Text Font Color

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

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


#259cdc Background Color

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

This div background color is #259cdc


#259cdc Border Color

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

This div border color is #259cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259cdc


Comments

No comments written yet.

Please login to write comment.