color codes Logo

#00bdec color codes

#00BDEC
(0,189,236)
0 Favorites   0 Comments

Color spaces of #00bdec

RGB 0189236
HSL0.531.000.46
HSV192°100°93°
CMYK 1.000.200.00   0.07
XYZ33.337942.451385.7937
Yxy42.45130.20630.2627
Hunter Lab65.1547-22.6870-32.4630
CIE-Lab71.1810-23.1630-34.4142

#00bdec color RGB value is (0,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111101 11101100
Octal 0 275 354
Decimal 0 189 236
Hex 0 BD EC

RGB Percentages of Color #00bdec

%0.00
%44.47
%55.53

CMYK Percentages of Color #00bdec

%100
%20
%0
%7

Triadic Colors of #00bdec

#00bdec #ec00bd #bdec00

Analogous Colors of #00bdec

#00bdec #0047ec #00eca5

Monochromatic Colors of #00bdec

#00bdec

Complementary Color

#00bdec #ec2f00

#00bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bdec Color CSS Codes

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

#00bdec Text Font Color

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

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


#00bdec Background Color

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

This div background color is #00bdec


#00bdec Border Color

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

This div border color is #00bdec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,189,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 #00bdec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bdec


Comments

No comments written yet.

Please login to write comment.