Color Hex Logo

#23aeeb Color Hex

#23AEEB
(35,174,235)
0 Favorites   0 Comments

Color spaces of #23aeeb

RGB 35174235
HSL0.550.830.53
HSV198°85°92°
CMYK 0.850.260.00   0.08
XYZ30.824636.627684.0425
Yxy36.62760.20350.2418
Hunter Lab60.5207-14.9972-39.9689
CIE-Lab66.9967-14.2210-40.3629

#23aeeb color RGB value is (35,174,235).

#23aeeb hex color red value is 35, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #23aeeb hue: 0.55 , saturation: 0.83 and the lightness value of 23aeeb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101110 11101011
Octal 43 256 353
Decimal 35 174 235
Hex 23 AE EB

RGB Percentages of Color #23aeeb

%7.88
%39.19
%52.93

CMYK Percentages of Color #23aeeb

%85
%26
%0
%8

Triadic Colors of #23aeeb

#23aeeb #eb23ae #aeeb23

Analogous Colors of #23aeeb

#23aeeb #234aeb #23ebc4

Monochromatic Colors of #23aeeb

#23aeeb

Complementary Color

#23aeeb #eb6023

#23aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23aeeb Color CSS Codes

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

#23aeeb Text Font Color

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

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


#23aeeb Background Color

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

This div background color is #23aeeb


#23aeeb Border Color

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

This div border color is #23aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23aeeb


Comments

No comments written yet.

Please login to write comment.