Color Hex Logo

#2388bd Color Hex

#2388BD
(35,136,189)
0 Favorites   0 Comments

Color spaces of #2388bd

RGB 35136189
HSL0.560.690.44
HSV201°81°74°
CMYK 0.810.280.00   0.26
XYZ18.682621.639851.3363
Yxy21.63980.20380.2361
Hunter Lab46.5186-9.7191-32.8674
CIE-Lab53.6427-9.4677-35.5891

#2388bd color RGB value is (35,136,189).

#2388bd hex color red value is 35, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2388bd hue: 0.56 , saturation: 0.69 and the lightness value of 2388bd is 0.44.

The process color (four color CMYK) of #2388bd color hex is 0.81, 0.28, 0.00, 0.26. Web safe color of #2388bd is #3399cc. Color #2388bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001000 10111101
Octal 43 210 275
Decimal 35 136 189
Hex 23 88 BD

RGB Percentages of Color #2388bd

%9.72
%37.78
%52.50

CMYK Percentages of Color #2388bd

%81
%28
%0
%26

Triadic Colors of #2388bd

#2388bd #bd2388 #88bd23

Analogous Colors of #2388bd

#2388bd #233bbd #23bda5

Monochromatic Colors of #2388bd

#2388bd

Complementary Color

#2388bd #bd5823

#2388bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2388bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2388bd Color CSS Codes

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

#2388bd Text Font Color

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

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


#2388bd Background Color

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

This div background color is #2388bd


#2388bd Border Color

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

This div border color is #2388bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2388bd


Comments

No comments written yet.

Please login to write comment.