Color Hex Logo

#00bfee Color Hex

#00BFEE
(0,191,238)
0 Favorites   0 Comments

Color spaces of #00bfee

RGB 0191238
HSL0.531.000.47
HSV192°100°93°
CMYK 1.000.200.00   0.07
XYZ34.063443.434787.4773
Yxy43.43470.20650.2633
Hunter Lab65.9050-23.0750-32.5635
CIE-Lab71.8490-23.5030-34.4629

#00bfee color RGB value is (0,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11101110
Octal 0 277 356
Decimal 0 191 238
Hex 0 BF EE

RGB Percentages of Color #00bfee

%0.00
%44.52
%55.48

CMYK Percentages of Color #00bfee

%100
%20
%0
%7

Triadic Colors of #00bfee

#00bfee #ee00bf #bfee00

Analogous Colors of #00bfee

#00bfee #0048ee #00eea6

Monochromatic Colors of #00bfee

#00bfee

Complementary Color

#00bfee #ee2f00

#00bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfee Color CSS Codes

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

#00bfee Text Font Color

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

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


#00bfee Background Color

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

This div background color is #00bfee


#00bfee Border Color

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

This div border color is #00bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bfee


Comments

No comments written yet.

Please login to write comment.