Color Hex Logo

#00bedc Color Hex

#00BEDC
(0,190,220)
1 Favorites   0 Comments

Color spaces of #00bedc

RGB 0190220
HSL0.521.000.43
HSV188°100°86°
CMYK 1.000.140.00   0.14
XYZ31.331741.994274.1645
Yxy41.99420.21240.2847
Hunter Lab64.8029-27.1018-22.4931
CIE-Lab70.8669-29.0294-26.2008

#00bedc color RGB value is (0,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 11011100
Octal 0 276 334
Decimal 0 190 220
Hex 0 BE DC

RGB Percentages of Color #00bedc

%0.00
%46.34
%53.66

CMYK Percentages of Color #00bedc

%100
%14
%0
%14

Triadic Colors of #00bedc

#00bedc #dc00be #bedc00

Analogous Colors of #00bedc

#00bedc #0050dc #00dc8c

Monochromatic Colors of #00bedc

#00bedc

Complementary Color

#00bedc #dc1e00

#00bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bedc Color CSS Codes

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

#00bedc Text Font Color

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

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


#00bedc Background Color

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

This div background color is #00bedc


#00bedc Border Color

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

This div border color is #00bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bedc

#00bedc Color Palettes


Comments

No comments written yet.

Please login to write comment.