Color Hex Logo

#05cfbc Color Hex

#05CFBC
(5,207,188)
0 Favorites   0 Comments

Color spaces of #05cfbc

RGB 5207188
HSL0.480.950.42
HSV174°98°81°
CMYK 0.980.000.09   0.19
XYZ31.452548.288855.2399
Yxy48.28880.23300.3577
Hunter Lab69.4901-40.81541.5116
CIE-Lab75.0067-46.4301-2.6042

#05cfbc color RGB value is (5,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001111 10111100
Octal 5 317 274
Decimal 5 207 188
Hex 5 CF BC

RGB Percentages of Color #05cfbc

%1.25
%51.75
%47.00

CMYK Percentages of Color #05cfbc

%98
%0
%9
%19

Triadic Colors of #05cfbc

#05cfbc #bc05cf #cfbc05

Analogous Colors of #05cfbc

#05cfbc #057dcf #05cf57

Monochromatic Colors of #05cfbc

#05cfbc

Complementary Color

#05cfbc #cf0518

#05cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cfbc Color CSS Codes

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

#05cfbc Text Font Color

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

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


#05cfbc Background Color

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

This div background color is #05cfbc


#05cfbc Border Color

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

This div border color is #05cfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,207,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 #05cfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cfbc


Comments

No comments written yet.

Please login to write comment.