Color Hex Logo

#00bfea Color Hex

#00BFEA
(0,191,234)
0 Favorites   0 Comments

Color spaces of #00bfea

RGB 0191234
HSL0.531.000.46
HSV191°100°92°
CMYK 1.000.180.00   0.08
XYZ33.482143.202184.4161
Yxy43.20210.20780.2682
Hunter Lab65.7283-24.0964-30.1375
CIE-Lab71.6919-24.8577-32.5391

#00bfea color RGB value is (0,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11101010
Octal 0 277 352
Decimal 0 191 234
Hex 0 BF EA

RGB Percentages of Color #00bfea

%0.00
%44.94
%55.06

CMYK Percentages of Color #00bfea

%100
%18
%0
%8

Triadic Colors of #00bfea

#00bfea #ea00bf #bfea00

Analogous Colors of #00bfea

#00bfea #004aea #00eaa0

Monochromatic Colors of #00bfea

#00bfea

Complementary Color

#00bfea #ea2b00

#00bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfea Color CSS Codes

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

#00bfea Text Font Color

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

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


#00bfea Background Color

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

This div background color is #00bfea


#00bfea Border Color

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

This div border color is #00bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bfea


Comments

No comments written yet.

Please login to write comment.