Color Hex Logo

#0beaed Color Hex

#0BEAED
(11,234,237)
0 Favorites   0 Comments

Color spaces of #0beaed

RGB 11234237
HSL0.500.910.49
HSV181°95°93°
CMYK 0.950.010.00   0.07
XYZ44.846965.031290.3094
Yxy65.03120.22400.3249
Hunter Lab80.6419-41.8553-9.9484
CIE-Lab84.4998-43.9334-14.6364

#0beaed color RGB value is (11,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101010 11101101
Octal 13 352 355
Decimal 11 234 237
Hex B EA ED

RGB Percentages of Color #0beaed

%2.28
%48.55
%49.17

CMYK Percentages of Color #0beaed

%95
%1
%0
%7

Triadic Colors of #0beaed

#0beaed #ed0bea #eaed0b

Analogous Colors of #0beaed

#0beaed #0b79ed #0bed7f

Monochromatic Colors of #0beaed

#0beaed

Complementary Color

#0beaed #ed0e0b

#0beaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beaed Color CSS Codes

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

#0beaed Text Font Color

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

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


#0beaed Background Color

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

This div background color is #0beaed


#0beaed Border Color

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

This div border color is #0beaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beaed


Comments

No comments written yet.

Please login to write comment.