Color Hex Logo

#00cbfe Color Hex

#00CBFE
(0,203,254)
0 Favorites   0 Comments

Color spaces of #00cbfe

RGB 0203254
HSL0.531.000.50
HSV192°100°100°
CMYK 1.000.200.00   0.00
XYZ39.245349.8676101.3229
Yxy49.86760.20610.2619
Hunter Lab70.6170-24.3786-35.6388
CIE-Lab75.9879-24.1768-36.6598

#00cbfe color RGB value is (0,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001011 11111110
Octal 0 313 376
Decimal 0 203 254
Hex 0 CB FE

RGB Percentages of Color #00cbfe

%0.00
%44.42
%55.58

CMYK Percentages of Color #00cbfe

%100
%20
%0
%0

Triadic Colors of #00cbfe

#00cbfe #fe00cb #cbfe00

Analogous Colors of #00cbfe

#00cbfe #004cfe #00feb2

Monochromatic Colors of #00cbfe

#00cbfe

Complementary Color

#00cbfe #fe3300

#00cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cbfe Color CSS Codes

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

#00cbfe Text Font Color

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

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


#00cbfe Background Color

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

This div background color is #00cbfe


#00cbfe Border Color

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

This div border color is #00cbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.