Color Hex Logo

#03beda Color Hex

#03BEDA
(3,190,218)
0 Favorites   0 Comments

Color spaces of #03beda

RGB 3190218
HSL0.520.970.43
HSV188°99°85°
CMYK 0.990.130.00   0.15
XYZ31.105941.908272.7793
Yxy41.90820.21340.2874
Hunter Lab64.7365-27.5197-21.3405
CIE-Lab70.8076-29.6054-25.2007

#03beda color RGB value is (3,190,218).

#03beda hex color red value is 3, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #03beda hue: 0.52 , saturation: 0.97 and the lightness value of 03beda is 0.43.

The process color (four color CMYK) of #03beda color hex is 0.99, 0.13, 0.00, 0.15. Web safe color of #03beda is #00cccc. Color #03beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111110 11011010
Octal 3 276 332
Decimal 3 190 218
Hex 3 BE DA

RGB Percentages of Color #03beda

%0.73
%46.23
%53.04

CMYK Percentages of Color #03beda

%99
%13
%0
%15

Triadic Colors of #03beda

#03beda #da03be #beda03

Analogous Colors of #03beda

#03beda #0352da #03da8b

Monochromatic Colors of #03beda

#03beda

Complementary Color

#03beda #da1f03

#03beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#03beda Color CSS Codes

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

#03beda Text Font Color

<p style="color:#03beda">Text here</p>

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


#03beda Background Color

<div style="background-color:#03beda">
Div content here</div>

This div background color is #03beda


#03beda Border Color

<div style="border:3px solid #03beda">
Div here</div>

This div border color is #03beda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,190,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03beda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03beda;
  -webkit-box-shadow: 1px 1px 3px 2px #03beda;
  box-shadow:         1px 1px 3px 2px #03beda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03beda


Comments

No comments written yet.

Please login to write comment.