Color Hex Logo

#05cabc Color Hex

#05CABC
(5,202,188)
0 Favorites   0 Comments

Color spaces of #05cabc

RGB 5202188
HSL0.490.950.41
HSV176°98°79°
CMYK 0.980.000.07   0.21
XYZ30.260245.904254.8425
Yxy45.90420.23100.3504
Hunter Lab67.7526-38.8441-0.5656
CIE-Lab73.4833-44.2902-4.8473

#05cabc color RGB value is (5,202,188).

#05cabc hex color red value is 5, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #05cabc hue: 0.49 , saturation: 0.95 and the lightness value of 05cabc is 0.41.

The process color (four color CMYK) of #05cabc color hex is 0.98, 0.00, 0.07, 0.21. Web safe color of #05cabc is #00cccc. Color #05cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001010 10111100
Octal 5 312 274
Decimal 5 202 188
Hex 5 CA BC

RGB Percentages of Color #05cabc

%1.27
%51.14
%47.59

CMYK Percentages of Color #05cabc

%98
%0
%7
%21

Triadic Colors of #05cabc

#05cabc #bc05ca #cabc05

Analogous Colors of #05cabc

#05cabc #0576ca #05ca5a

Monochromatic Colors of #05cabc

#05cabc

Complementary Color

#05cabc #ca0513

#05cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cabc Color CSS Codes

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

#05cabc Text Font Color

<p style="color:#05cabc">Text here</p>

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


#05cabc Background Color

<div style="background-color:#05cabc">
Div content here</div>

This div background color is #05cabc


#05cabc Border Color

<div style="border:3px solid #05cabc">
Div here</div>

This div border color is #05cabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,202,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05cabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05cabc;
  -webkit-box-shadow: 1px 1px 3px 2px #05cabc;
  box-shadow:         1px 1px 3px 2px #05cabc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cabc


Comments

No comments written yet.

Please login to write comment.