Color Hex Logo

#0ccbfd Color Hex

#0CCBFD
(12,203,253)
0 Favorites   0 Comments

Color spaces of #0ccbfd

RGB 12203253
HSL0.530.980.52
HSV192°95°99°
CMYK 0.950.200.00   0.01
XYZ39.237249.8819100.4887
Yxy49.88190.20690.2631
Hunter Lab70.6271-24.4310-34.9192
CIE-Lab75.9967-24.2403-36.1073

#0ccbfd color RGB value is (12,203,253).

#0ccbfd hex color red value is 12, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0ccbfd hue: 0.53 , saturation: 0.98 and the lightness value of 0ccbfd is 0.52.

The process color (four color CMYK) of #0ccbfd color hex is 0.95, 0.20, 0.00, 0.01. Web safe color of #0ccbfd is #00ccff. Color #0ccbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 11111101
Octal 14 313 375
Decimal 12 203 253
Hex C CB FD

RGB Percentages of Color #0ccbfd

%2.56
%43.38
%54.06

CMYK Percentages of Color #0ccbfd

%95
%20
%0
%1

Triadic Colors of #0ccbfd

#0ccbfd #fd0ccb #cbfd0c

Analogous Colors of #0ccbfd

#0ccbfd #0c53fd #0cfdb7

Monochromatic Colors of #0ccbfd

#0ccbfd

Complementary Color

#0ccbfd #fd3e0c

#0ccbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbfd Color CSS Codes

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

#0ccbfd Text Font Color

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

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


#0ccbfd Background Color

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

This div background color is #0ccbfd


#0ccbfd Border Color

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

This div border color is #0ccbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.