Color Hex Logo

#02ceff Color Hex

#02CEFF
(2,206,255)
0 Favorites   0 Comments

Color spaces of #02ceff

RGB 2206255
HSL0.531.000.50
HSV192°99°100°
CMYK 0.990.190.00   0.00
XYZ40.146351.3755102.4083
Yxy51.37550.20700.2649
Hunter Lab71.6767-25.4559-34.5371
CIE-Lab76.9059-25.3059-35.7718

#02ceff color RGB value is (2,206,255).

#02ceff hex color red value is 2, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #02ceff hue: 0.53 , saturation: 1.00 and the lightness value of 02ceff is 0.50.

The process color (four color CMYK) of #02ceff color hex is 0.99, 0.19, 0.00, 0.00. Web safe color of #02ceff is #00ccff. Color #02ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11001110 11111111
Octal 2 316 377
Decimal 2 206 255
Hex 2 CE FF

RGB Percentages of Color #02ceff

%0.43
%44.49
%55.08

CMYK Percentages of Color #02ceff

%99
%19
%0
%0

Triadic Colors of #02ceff

#02ceff #ff02ce #ceff02

Analogous Colors of #02ceff

#02ceff #024fff #02ffb2

Monochromatic Colors of #02ceff

#02ceff

Complementary Color

#02ceff #ff3302

#02ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#02ceff Color CSS Codes

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

#02ceff Text Font Color

<p style="color:#02ceff">Text here</p>

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


#02ceff Background Color

<div style="background-color:#02ceff">
Div content here</div>

This div background color is #02ceff


#02ceff Border Color

<div style="border:3px solid #02ceff">
Div here</div>

This div border color is #02ceff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,206,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02ceff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02ceff;
  -webkit-box-shadow: 1px 1px 3px 2px #02ceff;
  box-shadow:         1px 1px 3px 2px #02ceff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.