Color Hex Logo

#235ada Color Hex

#235ADA
(35,90,218)
0 Favorites   0 Comments

Color spaces of #235ada

RGB 3590218
HSL0.620.720.50
HSV222°84°85°
CMYK 0.840.590.00   0.15
XYZ17.004212.731667.8909
Yxy12.73160.17420.1304
Hunter Lab35.681422.6230-87.8341
CIE-Lab42.356030.2016-70.2488

#235ada color RGB value is (35,90,218).

#235ada hex color red value is 35, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #235ada hue: 0.62 , saturation: 0.72 and the lightness value of 235ada is 0.50.

The process color (four color CMYK) of #235ada color hex is 0.84, 0.59, 0.00, 0.15. Web safe color of #235ada is #3366cc. Color #235ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011010 11011010
Octal 43 132 332
Decimal 35 90 218
Hex 23 5A DA

RGB Percentages of Color #235ada

%10.20
%26.24
%63.56

CMYK Percentages of Color #235ada

%84
%59
%0
%15

Triadic Colors of #235ada

#235ada #da235a #5ada23

Analogous Colors of #235ada

#235ada #4723da #23b6da

Monochromatic Colors of #235ada

#235ada

Complementary Color

#235ada #daa323

#235ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#235ada Color CSS Codes

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

#235ada Text Font Color

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

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


#235ada Background Color

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

This div background color is #235ada


#235ada Border Color

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

This div border color is #235ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235ada


Comments

No comments written yet.

Please login to write comment.