Color Hex Logo

#2388ad Color Hex

#2388AD
(35,136,173)
0 Favorites   0 Comments

Color spaces of #2388ad

RGB 35136173
HSL0.540.660.41
HSV196°80°68°
CMYK 0.800.210.00   0.32
XYZ17.040120.982842.6871
Yxy20.98280.21110.2600
Hunter Lab45.8070-13.7606-23.1869
CIE-Lab52.9307-15.1806-27.5319

#2388ad color RGB value is (35,136,173).

#2388ad hex color red value is 35, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2388ad hue: 0.54 , saturation: 0.66 and the lightness value of 2388ad is 0.41.

The process color (four color CMYK) of #2388ad color hex is 0.80, 0.21, 0.00, 0.32. Web safe color of #2388ad is #339999. Color #2388ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001000 10101101
Octal 43 210 255
Decimal 35 136 173
Hex 23 88 AD

RGB Percentages of Color #2388ad

%10.17
%39.53
%50.29

CMYK Percentages of Color #2388ad

%80
%21
%0
%32

Triadic Colors of #2388ad

#2388ad #ad2388 #88ad23

Analogous Colors of #2388ad

#2388ad #2343ad #23ad8d

Monochromatic Colors of #2388ad

#2388ad

Complementary Color

#2388ad #ad4823

#2388ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2388ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2388ad Color CSS Codes

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

#2388ad Text Font Color

<p style="color:#2388ad">Text here</p>

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


#2388ad Background Color

<div style="background-color:#2388ad">
Div content here</div>

This div background color is #2388ad


#2388ad Border Color

<div style="border:3px solid #2388ad">
Div here</div>

This div border color is #2388ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,136,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2388ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2388ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2388ad;
  box-shadow:         1px 1px 3px 2px #2388ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,136,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2388ad


Comments

No comments written yet.

Please login to write comment.