Color Hex Logo

#235dae Color Hex

#235DAE
(35,93,174)
0 Favorites   0 Comments

Color spaces of #235dae

RGB 3593174
HSL0.600.670.41
HSV215°80°68°
CMYK 0.800.470.00   0.32
XYZ12.247511.242041.5688
Yxy11.24200.18830.1728
Hunter Lab33.52916.5265-50.0364
CIE-Lab39.985111.2304-48.5623

#235dae color RGB value is (35,93,174).

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

The process color (four color CMYK) of #235dae color hex is 0.80, 0.47, 0.00, 0.32. Web safe color of #235dae is #336699. Color #235dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 10101110
Octal 43 135 256
Decimal 35 93 174
Hex 23 5D AE

RGB Percentages of Color #235dae

%11.59
%30.79
%57.62

CMYK Percentages of Color #235dae

%80
%47
%0
%32

Triadic Colors of #235dae

#235dae #ae235d #5dae23

Analogous Colors of #235dae

#235dae #2f23ae #23a3ae

Monochromatic Colors of #235dae

#235dae

Complementary Color

#235dae #ae7423

#235dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#235dae Color CSS Codes

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

#235dae Text Font Color

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

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


#235dae Background Color

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

This div background color is #235dae


#235dae Border Color

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

This div border color is #235dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235dae


Comments

No comments written yet.

Please login to write comment.