Color Hex Logo

#0eaccb Color Hex

#0EACCB
(14,172,203)
0 Favorites   0 Comments

Color spaces of #0eaccb

RGB 14172203
HSL0.530.870.43
HSV190°93°80°
CMYK 0.930.150.00   0.20
XYZ25.713133.910261.6900
Yxy33.91020.21200.2795
Hunter Lab58.2325-23.0884-22.0476
CIE-Lab64.8912-25.2924-26.0261

#0eaccb color RGB value is (14,172,203).

#0eaccb hex color red value is 14, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0eaccb hue: 0.53 , saturation: 0.87 and the lightness value of 0eaccb is 0.43.

The process color (four color CMYK) of #0eaccb color hex is 0.93, 0.15, 0.00, 0.20. Web safe color of #0eaccb is #0099cc. Color #0eaccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 11001011
Octal 16 254 313
Decimal 14 172 203
Hex E AC CB

RGB Percentages of Color #0eaccb

%3.60
%44.22
%52.19

CMYK Percentages of Color #0eaccb

%93
%15
%0
%20

Triadic Colors of #0eaccb

#0eaccb #cb0eac #accb0e

Analogous Colors of #0eaccb

#0eaccb #0e4dcb #0ecb8c

Monochromatic Colors of #0eaccb

#0eaccb

Complementary Color

#0eaccb #cb2d0e

#0eaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaccb Color CSS Codes

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

#0eaccb Text Font Color

<p style="color:#0eaccb">Text here</p>

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


#0eaccb Background Color

<div style="background-color:#0eaccb">
Div content here</div>

This div background color is #0eaccb


#0eaccb Border Color

<div style="border:3px solid #0eaccb">
Div here</div>

This div border color is #0eaccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,172,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0eaccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0eaccb;
  -webkit-box-shadow: 1px 1px 3px 2px #0eaccb;
  box-shadow:         1px 1px 3px 2px #0eaccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,172,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaccb


Comments

No comments written yet.

Please login to write comment.