Color Hex Logo

#235dbd Color Hex

#235DBD
(35,93,189)
0 Favorites   0 Comments

Color spaces of #235dbd

RGB 3593189
HSL0.600.690.44
HSV217°81°74°
CMYK 0.810.510.00   0.26
XYZ13.792811.860149.7064
Yxy11.86010.18300.1574
Hunter Lab34.438511.2228-61.4686
CIE-Lab40.992917.0901-55.7340

#235dbd color RGB value is (35,93,189).

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

The process color (four color CMYK) of #235dbd color hex is 0.81, 0.51, 0.00, 0.26. Web safe color of #235dbd is #3366cc. Color #235dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 10111101
Octal 43 135 275
Decimal 35 93 189
Hex 23 5D BD

RGB Percentages of Color #235dbd

%11.04
%29.34
%59.62

CMYK Percentages of Color #235dbd

%81
%51
%0
%26

Triadic Colors of #235dbd

#235dbd #bd235d #5dbd23

Analogous Colors of #235dbd

#235dbd #3623bd #23aabd

Monochromatic Colors of #235dbd

#235dbd

Complementary Color

#235dbd #bd8323

#235dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#235dbd Color CSS Codes

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

#235dbd Text Font Color

<p style="color:#235dbd">Text here</p>

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


#235dbd Background Color

<div style="background-color:#235dbd">
Div content here</div>

This div background color is #235dbd


#235dbd Border Color

<div style="border:3px solid #235dbd">
Div here</div>

This div border color is #235dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235dbd


Comments

No comments written yet.

Please login to write comment.