Color Hex Logo

#23abfd Color Hex

#23ABFD
(35,171,253)
0 Favorites   0 Comments

Color spaces of #23abfd

RGB 35171253
HSL0.560.980.56
HSV203°86°99°
CMYK 0.860.320.00   0.01
XYZ32.985736.575098.2497
Yxy36.57500.19660.2180
Hunter Lab60.4773-8.4772-53.9868
CIE-Lab66.9569-6.2022-50.2360

#23abfd color RGB value is (35,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101011 11111101
Octal 43 253 375
Decimal 35 171 253
Hex 23 AB FD

RGB Percentages of Color #23abfd

%7.63
%37.25
%55.12

CMYK Percentages of Color #23abfd

%86
%32
%0
%1

Triadic Colors of #23abfd

#23abfd #fd23ab #abfd23

Analogous Colors of #23abfd

#23abfd #233efd #23fde2

Monochromatic Colors of #23abfd

#23abfd

Complementary Color

#23abfd #fd7523

#23abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23abfd Color CSS Codes

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

#23abfd Text Font Color

<p style="color:#23abfd">Text here</p>

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


#23abfd Background Color

<div style="background-color:#23abfd">
Div content here</div>

This div background color is #23abfd


#23abfd Border Color

<div style="border:3px solid #23abfd">
Div here</div>

This div border color is #23abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23abfd


Comments

No comments written yet.

Please login to write comment.