Color Hex Logo

#00cffe Color Hex

#00CFFE
(0,207,254)
0 Favorites   0 Comments

Color spaces of #00cffe

RGB 0207254
HSL0.531.000.50
HSV191°100°100°
CMYK 1.000.190.00   0.00
XYZ40.202251.7814101.6419
Yxy51.78140.20760.2674
Hunter Lab71.9593-26.2044-33.3751
CIE-Lab77.1499-26.1837-34.8610

#00cffe color RGB value is (0,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 11111110
Octal 0 317 376
Decimal 0 207 254
Hex 0 CF FE

RGB Percentages of Color #00cffe

%0.00
%44.90
%55.10

CMYK Percentages of Color #00cffe

%100
%19
%0
%0

Triadic Colors of #00cffe

#00cffe #fe00cf #cffe00

Analogous Colors of #00cffe

#00cffe #0050fe #00feae

Monochromatic Colors of #00cffe

#00cffe

Complementary Color

#00cffe #fe2f00

#00cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cffe Color CSS Codes

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

#00cffe Text Font Color

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

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


#00cffe Background Color

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

This div background color is #00cffe


#00cffe Border Color

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

This div border color is #00cffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,207,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 #00cffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.