Color Hex Logo

#23abde Color Hex

#23ABDE
(35,171,222)
0 Favorites   0 Comments

Color spaces of #23abde

RGB 35171222
HSL0.550.740.50
HSV196°84°87°
CMYK 0.840.230.00   0.13
XYZ28.440934.757174.3170
Yxy34.75710.20680.2528
Hunter Lab58.9552-17.0603-33.4705
CIE-Lab65.5591-17.1181-35.4727

#23abde color RGB value is (35,171,222).

#23abde hex color red value is 35, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #23abde hue: 0.55 , saturation: 0.74 and the lightness value of 23abde is 0.50.

The process color (four color CMYK) of #23abde color hex is 0.84, 0.23, 0.00, 0.13. Web safe color of #23abde is #3399cc. Color #23abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101011 11011110
Octal 43 253 336
Decimal 35 171 222
Hex 23 AB DE

RGB Percentages of Color #23abde

%8.18
%39.95
%51.87

CMYK Percentages of Color #23abde

%84
%23
%0
%13

Triadic Colors of #23abde

#23abde #de23ab #abde23

Analogous Colors of #23abde

#23abde #234ede #23deb4

Monochromatic Colors of #23abde

#23abde

Complementary Color

#23abde #de5623

#23abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#23abde Color CSS Codes

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

#23abde Text Font Color

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

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


#23abde Background Color

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

This div background color is #23abde


#23abde Border Color

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

This div border color is #23abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23abde


Comments

No comments written yet.

Please login to write comment.