Color Hex Logo

#0cbfe1 Color Hex

#0CBFE1
(12,191,225)
0 Favorites   0 Comments

Color spaces of #0cbfe1

RGB 12191225
HSL0.530.900.46
HSV190°95°88°
CMYK 0.950.150.00   0.12
XYZ32.373042.776077.7845
Yxy42.77600.21170.2797
Hunter Lab65.4034-26.1029-24.7315
CIE-Lab71.4027-27.5539-28.0948

#0cbfe1 color RGB value is (12,191,225).

#0cbfe1 hex color red value is 12, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #0cbfe1 hue: 0.53 , saturation: 0.90 and the lightness value of 0cbfe1 is 0.46.

The process color (four color CMYK) of #0cbfe1 color hex is 0.95, 0.15, 0.00, 0.12. Web safe color of #0cbfe1 is #00cccc. Color #0cbfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111111 11100001
Octal 14 277 341
Decimal 12 191 225
Hex C BF E1

RGB Percentages of Color #0cbfe1

%2.80
%44.63
%52.57

CMYK Percentages of Color #0cbfe1

%95
%15
%0
%12

Triadic Colors of #0cbfe1

#0cbfe1 #e10cbf #bfe10c

Analogous Colors of #0cbfe1

#0cbfe1 #0c54e1 #0ce199

Monochromatic Colors of #0cbfe1

#0cbfe1

Complementary Color

#0cbfe1 #e12e0c

#0cbfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbfe1 Color CSS Codes

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

#0cbfe1 Text Font Color

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

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


#0cbfe1 Background Color

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

This div background color is #0cbfe1


#0cbfe1 Border Color

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

This div border color is #0cbfe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,191,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cbfe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cbfe1;
  -webkit-box-shadow: 1px 1px 3px 2px #0cbfe1;
  box-shadow:         1px 1px 3px 2px #0cbfe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,191,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbfe1


Comments

No comments written yet.

Please login to write comment.