Color Hex Logo

#0beaec Color Hex

#0BEAEC
(11,234,236)
0 Favorites   0 Comments

Color spaces of #0beaec

RGB 11234236
HSL0.500.910.48
HSV181°95°93°
CMYK 0.950.010.00   0.07
XYZ44.701264.972989.5419
Yxy64.97290.22440.3261
Hunter Lab80.6058-42.0701-9.4390
CIE-Lab84.4698-44.2259-14.1543

#0beaec color RGB value is (11,234,236).

#0beaec hex color red value is 11, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0beaec hue: 0.50 , saturation: 0.91 and the lightness value of 0beaec is 0.48.

The process color (four color CMYK) of #0beaec color hex is 0.95, 0.01, 0.00, 0.07. Web safe color of #0beaec is #00ffff. Color #0beaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101010 11101100
Octal 13 352 354
Decimal 11 234 236
Hex B EA EC

RGB Percentages of Color #0beaec

%2.29
%48.65
%49.06

CMYK Percentages of Color #0beaec

%95
%1
%0
%7

Triadic Colors of #0beaec

#0beaec #ec0bea #eaec0b

Analogous Colors of #0beaec

#0beaec #0b7aec #0bec7e

Monochromatic Colors of #0beaec

#0beaec

Complementary Color

#0beaec #ec0d0b

#0beaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beaec Color CSS Codes

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

#0beaec Text Font Color

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

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


#0beaec Background Color

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

This div background color is #0beaec


#0beaec Border Color

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

This div border color is #0beaec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,234,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0beaec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0beaec;
  -webkit-box-shadow: 1px 1px 3px 2px #0beaec;
  box-shadow:         1px 1px 3px 2px #0beaec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,234,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beaec


Comments

No comments written yet.

Please login to write comment.