Color Hex Logo

#2359da Color Hex

#2359DA
(35,89,218)
0 Favorites   0 Comments

Color spaces of #2359da

RGB 3589218
HSL0.620.720.50
HSV222°84°85°
CMYK 0.840.590.00   0.15
XYZ16.920412.564067.8630
Yxy12.56400.17380.1291
Hunter Lab35.445723.1789-88.7023
CIE-Lab42.098830.8466-70.6689

#2359da color RGB value is (35,89,218).

#2359da hex color red value is 35, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2359da hue: 0.62 , saturation: 0.72 and the lightness value of 2359da is 0.50.

The process color (four color CMYK) of #2359da color hex is 0.84, 0.59, 0.00, 0.15. Web safe color of #2359da is #3366cc. Color #2359da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011001 11011010
Octal 43 131 332
Decimal 35 89 218
Hex 23 59 DA

RGB Percentages of Color #2359da

%10.23
%26.02
%63.74

CMYK Percentages of Color #2359da

%84
%59
%0
%15

Triadic Colors of #2359da

#2359da #da2359 #59da23

Analogous Colors of #2359da

#2359da #4823da #23b5da

Monochromatic Colors of #2359da

#2359da

Complementary Color

#2359da #daa423

#2359da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2359da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2359da Color CSS Codes

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

#2359da Text Font Color

<p style="color:#2359da">Text here</p>

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


#2359da Background Color

<div style="background-color:#2359da">
Div content here</div>

This div background color is #2359da


#2359da Border Color

<div style="border:3px solid #2359da">
Div here</div>

This div border color is #2359da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,89,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2359da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2359da;
  -webkit-box-shadow: 1px 1px 3px 2px #2359da;
  box-shadow:         1px 1px 3px 2px #2359da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,89,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 #2359da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2359da


Comments

No comments written yet.

Please login to write comment.