Color Hex Logo

#04cbea Color Hex

#04CBEA
(4,203,234)
0 Favorites   0 Comments

Color spaces of #04cbea

RGB 4203234
HSL0.520.970.47
HSV188°98°92°
CMYK 0.980.130.00   0.08
XYZ36.257348.678285.3268
Yxy48.67820.21290.2859
Hunter Lab69.7698-29.3359-23.6715
CIE-Lab75.2507-30.6987-27.0617

#04cbea color RGB value is (4,203,234).

#04cbea hex color red value is 4, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #04cbea hue: 0.52 , saturation: 0.97 and the lightness value of 04cbea is 0.47.

The process color (four color CMYK) of #04cbea color hex is 0.98, 0.13, 0.00, 0.08. Web safe color of #04cbea is #00ccff. Color #04cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001011 11101010
Octal 4 313 352
Decimal 4 203 234
Hex 4 CB EA

RGB Percentages of Color #04cbea

%0.91
%46.03
%53.06

CMYK Percentages of Color #04cbea

%98
%13
%0
%8

Triadic Colors of #04cbea

#04cbea #ea04cb #cbea04

Analogous Colors of #04cbea

#04cbea #0458ea #04ea96

Monochromatic Colors of #04cbea

#04cbea

Complementary Color

#04cbea #ea2304

#04cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cbea Color CSS Codes

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

#04cbea Text Font Color

<p style="color:#04cbea">Text here</p>

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


#04cbea Background Color

<div style="background-color:#04cbea">
Div content here</div>

This div background color is #04cbea


#04cbea Border Color

<div style="border:3px solid #04cbea">
Div here</div>

This div border color is #04cbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,203,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04cbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04cbea;
  -webkit-box-shadow: 1px 1px 3px 2px #04cbea;
  box-shadow:         1px 1px 3px 2px #04cbea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cbea


Comments

No comments written yet.

Please login to write comment.