Color Hex Logo

#00cefb Color Hex

#00CEFB
(0,206,251)
0 Favorites   0 Comments

Color spaces of #00cefb

RGB 0206251
HSL0.531.000.49
HSV191°100°98°
CMYK 1.000.180.00   0.02
XYZ39.483951.107699.0505
Yxy51.10760.20820.2695
Hunter Lab71.4896-26.5207-32.1050
CIE-Lab76.7441-26.6833-33.8852

#00cefb color RGB value is (0,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001110 11111011
Octal 0 316 373
Decimal 0 206 251
Hex 0 CE FB

RGB Percentages of Color #00cefb

%0.00
%45.08
%54.92

CMYK Percentages of Color #00cefb

%100
%18
%0
%2

Triadic Colors of #00cefb

#00cefb #fb00ce #cefb00

Analogous Colors of #00cefb

#00cefb #0051fb #00fbab

Monochromatic Colors of #00cefb

#00cefb

Complementary Color

#00cefb #fb2d00

#00cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cefb Color CSS Codes

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

#00cefb Text Font Color

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

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


#00cefb Background Color

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

This div background color is #00cefb


#00cefb Border Color

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

This div border color is #00cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cefb


Comments

No comments written yet.

Please login to write comment.