Color Hex Logo

#235dcb Color Hex

#235DCB
(35,93,203)
0 Favorites   0 Comments

Color spaces of #235dcb

RGB 3593203
HSL0.610.710.47
HSV219°83°80°
CMYK 0.830.540.00   0.20
XYZ15.387012.497858.1013
Yxy12.49780.17890.1453
Hunter Lab35.352215.8254-72.6964
CIE-Lab41.996622.5201-62.2262

#235dcb color RGB value is (35,93,203).

#235dcb hex color red value is 35, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #235dcb hue: 0.61 , saturation: 0.71 and the lightness value of 235dcb is 0.47.

The process color (four color CMYK) of #235dcb color hex is 0.83, 0.54, 0.00, 0.20. Web safe color of #235dcb is #3366cc. Color #235dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 11001011
Octal 43 135 313
Decimal 35 93 203
Hex 23 5D CB

RGB Percentages of Color #235dcb

%10.57
%28.10
%61.33

CMYK Percentages of Color #235dcb

%83
%54
%0
%20

Triadic Colors of #235dcb

#235dcb #cb235d #5dcb23

Analogous Colors of #235dcb

#235dcb #3d23cb #23b1cb

Monochromatic Colors of #235dcb

#235dcb

Complementary Color

#235dcb #cb9123

#235dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235dcb Color CSS Codes

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

#235dcb Text Font Color

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

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


#235dcb Background Color

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

This div background color is #235dcb


#235dcb Border Color

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

This div border color is #235dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235dcb


Comments

No comments written yet.

Please login to write comment.