Color Hex Logo

#03cfeb Color Hex

#03CFEB
(3,207,235)
0 Favorites   0 Comments

Color spaces of #03cfeb

RGB 3207235
HSL0.520.970.47
HSV187°99°92°
CMYK 0.990.120.00   0.08
XYZ37.345850.643286.4040
Yxy50.64320.21410.2904
Hunter Lab71.1640-30.8630-22.1723
CIE-Lab76.4624-32.3283-25.7453

#03cfeb color RGB value is (3,207,235).

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

The process color (four color CMYK) of #03cfeb color hex is 0.99, 0.12, 0.00, 0.08. Web safe color of #03cfeb is #00ccff. Color #03cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001111 11101011
Octal 3 317 353
Decimal 3 207 235
Hex 3 CF EB

RGB Percentages of Color #03cfeb

%0.67
%46.52
%52.81

CMYK Percentages of Color #03cfeb

%99
%12
%0
%8

Triadic Colors of #03cfeb

#03cfeb #eb03cf #cfeb03

Analogous Colors of #03cfeb

#03cfeb #035beb #03eb93

Monochromatic Colors of #03cfeb

#03cfeb

Complementary Color

#03cfeb #eb1f03

#03cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cfeb Color CSS Codes

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

#03cfeb Text Font Color

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

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


#03cfeb Background Color

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

This div background color is #03cfeb


#03cfeb Border Color

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

This div border color is #03cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cfeb


Comments

No comments written yet.

Please login to write comment.