Color Hex Logo

#235afd Color Hex

#235AFD
(35,90,253)
0 Favorites   0 Comments

Color spaces of #235afd

RGB 3590253
HSL0.620.980.56
HSV225°86°99°
CMYK 0.860.640.00   0.01
XYZ22.078914.761594.6141
Yxy14.76150.16800.1123
Hunter Lab38.420735.3409-119.1120
CIE-Lab45.305843.1126-85.1517

#235afd color RGB value is (35,90,253).

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

The process color (four color CMYK) of #235afd color hex is 0.86, 0.64, 0.00, 0.01. Web safe color of #235afd is #3366ff. Color #235afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011010 11111101
Octal 43 132 375
Decimal 35 90 253
Hex 23 5A FD

RGB Percentages of Color #235afd

%9.26
%23.81
%66.93

CMYK Percentages of Color #235afd

%86
%64
%0
%1

Triadic Colors of #235afd

#235afd #fd235a #5afd23

Analogous Colors of #235afd

#235afd #5923fd #23c7fd

Monochromatic Colors of #235afd

#235afd

Complementary Color

#235afd #fdc623

#235afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#235afd Color CSS Codes

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

#235afd Text Font Color

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

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


#235afd Background Color

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

This div background color is #235afd


#235afd Border Color

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

This div border color is #235afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235afd

Related Colors


Comments

No comments written yet.

Please login to write comment.