Color Hex Logo

#235dab Color Hex

#235DAB
(35,93,171)
0 Favorites   0 Comments

Color spaces of #235dab

RGB 3593171
HSL0.600.660.40
HSV214°80°67°
CMYK 0.800.460.00   0.33
XYZ11.958211.126340.0454
Yxy11.12630.18940.1762
Hunter Lab33.35615.6192-47.8308
CIE-Lab39.792410.0568-47.1001

#235dab color RGB value is (35,93,171).

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

The process color (four color CMYK) of #235dab color hex is 0.80, 0.46, 0.00, 0.33. Web safe color of #235dab is #336699. Color #235dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 10101011
Octal 43 135 253
Decimal 35 93 171
Hex 23 5D AB

RGB Percentages of Color #235dab

%11.71
%31.10
%57.19

CMYK Percentages of Color #235dab

%80
%46
%0
%33

Triadic Colors of #235dab

#235dab #ab235d #5dab23

Analogous Colors of #235dab

#235dab #2d23ab #23a1ab

Monochromatic Colors of #235dab

#235dab

Complementary Color

#235dab #ab7123

#235dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#235dab Color CSS Codes

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

#235dab Text Font Color

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

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


#235dab Background Color

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

This div background color is #235dab


#235dab Border Color

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

This div border color is #235dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235dab


Comments

No comments written yet.

Please login to write comment.