Color Hex Logo

#00cbf5 Color Hex

#00CBF5
(0,203,245)
0 Favorites   0 Comments

Color spaces of #00cbf5

RGB 0203245
HSL0.531.000.48
HSV190°100°96°
CMYK 1.000.170.00   0.04
XYZ37.837449.304493.9087
Yxy49.30440.20900.2723
Hunter Lab70.2171-26.6928-30.1428
CIE-Lab75.6403-27.1850-32.3753

#00cbf5 color RGB value is (0,203,245).

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

The process color (four color CMYK) of #00cbf5 color hex is 1.00, 0.17, 0.00, 0.04. Web safe color of #00cbf5 is #00ccff. Color #00cbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001011 11110101
Octal 0 313 365
Decimal 0 203 245
Hex 0 CB F5

RGB Percentages of Color #00cbf5

%0.00
%45.31
%54.69

CMYK Percentages of Color #00cbf5

%100
%17
%0
%4

Triadic Colors of #00cbf5

#00cbf5 #f500cb #cbf500

Analogous Colors of #00cbf5

#00cbf5 #0051f5 #00f5a5

Monochromatic Colors of #00cbf5

#00cbf5

Complementary Color

#00cbf5 #f52a00

#00cbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cbf5 Color CSS Codes

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

#00cbf5 Text Font Color

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

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


#00cbf5 Background Color

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

This div background color is #00cbf5


#00cbf5 Border Color

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

This div border color is #00cbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cbf5


Comments

No comments written yet.

Please login to write comment.