Color Hex Logo

#239efd Color Hex

#239EFD
(35,158,253)
0 Favorites   0 Comments

Color spaces of #239efd

RGB 35158253
HSL0.570.980.56
HSV206°86°99°
CMYK 0.860.380.00   0.01
XYZ30.649631.902997.4710
Yxy31.90290.19150.1994
Hunter Lab56.4827-1.9839-62.7777
CIE-Lab63.26261.2232-56.0937

#239efd color RGB value is (35,158,253).

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

The process color (four color CMYK) of #239efd color hex is 0.86, 0.38, 0.00, 0.01. Web safe color of #239efd is #3399ff. Color #239efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011110 11111101
Octal 43 236 375
Decimal 35 158 253
Hex 23 9E FD

RGB Percentages of Color #239efd

%7.85
%35.43
%56.73

CMYK Percentages of Color #239efd

%86
%38
%0
%1

Triadic Colors of #239efd

#239efd #fd239e #9efd23

Analogous Colors of #239efd

#239efd #2331fd #23fdef

Monochromatic Colors of #239efd

#239efd

Complementary Color

#239efd #fd8223

#239efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#239efd Color CSS Codes

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

#239efd Text Font Color

<p style="color:#239efd">Text here</p>

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


#239efd Background Color

<div style="background-color:#239efd">
Div content here</div>

This div background color is #239efd


#239efd Border Color

<div style="border:3px solid #239efd">
Div here</div>

This div border color is #239efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,158,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 #239efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239efd


Comments

No comments written yet.

Please login to write comment.