Color Hex Logo

#23adef Color Hex

#23ADEF
(35,173,239)
0 Favorites   0 Comments

Color spaces of #23adef

RGB 35173239
HSL0.550.860.54
HSV199°85°94°
CMYK 0.850.280.00   0.06
XYZ31.216736.476587.0567
Yxy36.47650.20170.2357
Hunter Lab60.3958-13.4315-43.1857
CIE-Lab66.8824-12.2779-42.7275

#23adef color RGB value is (35,173,239).

#23adef hex color red value is 35, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #23adef hue: 0.55 , saturation: 0.86 and the lightness value of 23adef is 0.54.

The process color (four color CMYK) of #23adef color hex is 0.85, 0.28, 0.00, 0.06. Web safe color of #23adef is #3399ff. Color #23adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101101 11101111
Octal 43 255 357
Decimal 35 173 239
Hex 23 AD EF

RGB Percentages of Color #23adef

%7.83
%38.70
%53.47

CMYK Percentages of Color #23adef

%85
%28
%0
%6

Triadic Colors of #23adef

#23adef #ef23ad #adef23

Analogous Colors of #23adef

#23adef #2347ef #23efcb

Monochromatic Colors of #23adef

#23adef

Complementary Color

#23adef #ef6523

#23adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#23adef Color CSS Codes

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

#23adef Text Font Color

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

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


#23adef Background Color

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

This div background color is #23adef


#23adef Border Color

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

This div border color is #23adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23adef


Comments

No comments written yet.

Please login to write comment.