Color Hex Logo

#00befd Color Hex

#00BEFD
(0,190,253)
0 Favorites   0 Comments

Color spaces of #00befd

RGB 0190253
HSL0.541.000.50
HSV195°100°99°
CMYK 1.000.250.00   0.01
XYZ36.143143.918899.5007
Yxy43.91880.20130.2446
Hunter Lab66.2713-18.6242-42.6290
CIE-Lab72.1742-17.8190-42.0576

#00befd color RGB value is (0,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 11111101
Octal 0 276 375
Decimal 0 190 253
Hex 0 BE FD

RGB Percentages of Color #00befd

%0.00
%42.89
%57.11

CMYK Percentages of Color #00befd

%100
%25
%0
%1

Triadic Colors of #00befd

#00befd #fd00be #befd00

Analogous Colors of #00befd

#00befd #0040fd #00fdbe

Monochromatic Colors of #00befd

#00befd

Complementary Color

#00befd #fd3f00

#00befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00befd Color CSS Codes

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

#00befd Text Font Color

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

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


#00befd Background Color

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

This div background color is #00befd


#00befd Border Color

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

This div border color is #00befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00befd


Comments

No comments written yet.

Please login to write comment.