Color Hex Logo

#00beee Color Hex

#00BEEE
(0,190,238)
0 Favorites   0 Comments

Color spaces of #00beee

RGB 0190238
HSL0.531.000.47
HSV192°100°93°
CMYK 1.000.200.00   0.07
XYZ33.846143.000087.4049
Yxy43.00000.20610.2618
Hunter Lab65.5744-22.6227-33.1263
CIE-Lab71.5550-22.9924-34.9185

#00beee color RGB value is (0,190,238).

#00beee hex color red value is 0, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #00beee hue: 0.53 , saturation: 1.00 and the lightness value of 00beee is 0.47.

The process color (four color CMYK) of #00beee color hex is 1.00, 0.20, 0.00, 0.07. Web safe color of #00beee is #00ccff. Color #00beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 11101110
Octal 0 276 356
Decimal 0 190 238
Hex 0 BE EE

RGB Percentages of Color #00beee

%0.00
%44.39
%55.61

CMYK Percentages of Color #00beee

%100
%20
%0
%7

Triadic Colors of #00beee

#00beee #ee00be #beee00

Analogous Colors of #00beee

#00beee #0047ee #00eea7

Monochromatic Colors of #00beee

#00beee

Complementary Color

#00beee #ee3000

#00beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00beee Color CSS Codes

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

#00beee Text Font Color

<p style="color:#00beee">Text here</p>

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


#00beee Background Color

<div style="background-color:#00beee">
Div content here</div>

This div background color is #00beee


#00beee Border Color

<div style="border:3px solid #00beee">
Div here</div>

This div border color is #00beee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,190,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00beee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00beee;
  -webkit-box-shadow: 1px 1px 3px 2px #00beee;
  box-shadow:         1px 1px 3px 2px #00beee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,190,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00beee


Comments

No comments written yet.

Please login to write comment.