Color Hex Logo

#23aceb Color Hex

#23ACEB
(35,172,235)
0 Favorites   0 Comments

Color spaces of #23aceb

RGB 35172235
HSL0.550.830.53
HSV199°85°92°
CMYK 0.850.270.00   0.08
XYZ30.441135.860583.9146
Yxy35.86050.20260.2387
Hunter Lab59.8836-14.0581-41.1642
CIE-Lab66.4132-13.1365-41.2758

#23aceb color RGB value is (35,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101100 11101011
Octal 43 254 353
Decimal 35 172 235
Hex 23 AC EB

RGB Percentages of Color #23aceb

%7.92
%38.91
%53.17

CMYK Percentages of Color #23aceb

%85
%27
%0
%8

Triadic Colors of #23aceb

#23aceb #eb23ac #aceb23

Analogous Colors of #23aceb

#23aceb #2348eb #23ebc6

Monochromatic Colors of #23aceb

#23aceb

Complementary Color

#23aceb #eb6223

#23aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23aceb Color CSS Codes

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

#23aceb Text Font Color

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

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


#23aceb Background Color

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

This div background color is #23aceb


#23aceb Border Color

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

This div border color is #23aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23aceb


Comments

No comments written yet.

Please login to write comment.