Color Hex Logo

#0dcbea Color Hex

#0DCBEA
(13,203,234)
0 Favorites   0 Comments

Color spaces of #0dcbea

RGB 13203234
HSL0.520.890.48
HSV188°94°92°
CMYK 0.940.130.00   0.08
XYZ36.373248.738085.3322
Yxy48.73800.21340.2859
Hunter Lab69.8126-29.1714-23.6016
CIE-Lab75.2880-30.4737-27.0012

#0dcbea color RGB value is (13,203,234).

#0dcbea hex color red value is 13, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0dcbea hue: 0.52 , saturation: 0.89 and the lightness value of 0dcbea is 0.48.

The process color (four color CMYK) of #0dcbea color hex is 0.94, 0.13, 0.00, 0.08. Web safe color of #0dcbea is #00ccff. Color #0dcbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001011 11101010
Octal 15 313 352
Decimal 13 203 234
Hex D CB EA

RGB Percentages of Color #0dcbea

%2.89
%45.11
%52.00

CMYK Percentages of Color #0dcbea

%94
%13
%0
%8

Triadic Colors of #0dcbea

#0dcbea #ea0dcb #cbea0d

Analogous Colors of #0dcbea

#0dcbea #0d5cea #0dea9b

Monochromatic Colors of #0dcbea

#0dcbea

Complementary Color

#0dcbea #ea2c0d

#0dcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcbea Color CSS Codes

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

#0dcbea Text Font Color

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

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


#0dcbea Background Color

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

This div background color is #0dcbea


#0dcbea Border Color

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

This div border color is #0dcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcbea


Comments

No comments written yet.

Please login to write comment.