Color Hex Logo

#23aedd Color Hex

#23AEDD
(35,174,221)
0 Favorites   0 Comments

Color spaces of #23aedd

RGB 35174221
HSL0.540.730.50
HSV195°84°87°
CMYK 0.840.210.00   0.13
XYZ28.880335.849973.8042
Yxy35.84990.20850.2588
Hunter Lab59.8748-18.6823-31.1710
CIE-Lab66.4051-19.0510-33.6082

#23aedd color RGB value is (35,174,221).

#23aedd hex color red value is 35, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #23aedd hue: 0.54 , saturation: 0.73 and the lightness value of 23aedd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101110 11011101
Octal 43 256 335
Decimal 35 174 221
Hex 23 AE DD

RGB Percentages of Color #23aedd

%8.14
%40.47
%51.40

CMYK Percentages of Color #23aedd

%84
%21
%0
%13

Triadic Colors of #23aedd

#23aedd #dd23ae #aedd23

Analogous Colors of #23aedd

#23aedd #2351dd #23ddaf

Monochromatic Colors of #23aedd

#23aedd

Complementary Color

#23aedd #dd5223

#23aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23aedd Color CSS Codes

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

#23aedd Text Font Color

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

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


#23aedd Background Color

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

This div background color is #23aedd


#23aedd Border Color

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

This div border color is #23aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23aedd


Comments

No comments written yet.

Please login to write comment.