Color Hex Logo

#00bedd Color Hex

#00BEDD
(0,190,221)
0 Favorites   0 Comments

Color spaces of #00bedd

RGB 0190221
HSL0.521.000.43
HSV188°100°87°
CMYK 1.000.140.00   0.13
XYZ31.464642.047474.8642
Yxy42.04740.21210.2834
Hunter Lab64.8440-26.8624-23.0612
CIE-Lab70.9036-28.6998-26.6893

#00bedd color RGB value is (0,190,221).

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

The process color (four color CMYK) of #00bedd color hex is 1.00, 0.14, 0.00, 0.13. Web safe color of #00bedd is #00cccc. Color #00bedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 11011101
Octal 0 276 335
Decimal 0 190 221
Hex 0 BE DD

RGB Percentages of Color #00bedd

%0.00
%46.23
%53.77

CMYK Percentages of Color #00bedd

%100
%14
%0
%13

Triadic Colors of #00bedd

#00bedd #dd00be #bedd00

Analogous Colors of #00bedd

#00bedd #0050dd #00dd8e

Monochromatic Colors of #00bedd

#00bedd

Complementary Color

#00bedd #dd1f00

#00bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bedd Color CSS Codes

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

#00bedd Text Font Color

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

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


#00bedd Background Color

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

This div background color is #00bedd


#00bedd Border Color

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

This div border color is #00bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bedd

#00bedd Color Palettes


Comments

No comments written yet.

Please login to write comment.