Color Hex Logo

#1cbf77 Color Hex

#1CBF77
(28,191,119)
0 Favorites   0 Comments

Color spaces of #1cbf77

RGB 28191119
HSL0.430.740.43
HSV153°85°75°
CMYK 0.850.000.38   0.25
XYZ22.439538.840423.7670
Yxy38.84040.26380.4567
Hunter Lab62.3221-44.793421.0147
CIE-Lab68.6355-55.782225.5025

#1cbf77 color RGB value is (28,191,119).

#1cbf77 hex color red value is 28, green value is 191 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #1cbf77 hue: 0.43 , saturation: 0.74 and the lightness value of 1cbf77 is 0.43.

The process color (four color CMYK) of #1cbf77 color hex is 0.85, 0.00, 0.38, 0.25. Web safe color of #1cbf77 is #33cc66. Color #1cbf77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111111 01110111
Octal 34 277 167
Decimal 28 191 119
Hex 1C BF 77

RGB Percentages of Color #1cbf77

%8.28
%56.51
%35.21

CMYK Percentages of Color #1cbf77

%85
%0
%38
%25

Triadic Colors of #1cbf77

#1cbf77 #771cbf #bf771c

Analogous Colors of #1cbf77

#1cbf77 #1cb6bf #1cbf26

Monochromatic Colors of #1cbf77

#1cbf77

Complementary Color

#1cbf77 #bf1c64

#1cbf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbf77 Color CSS Codes

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

#1cbf77 Text Font Color

<p style="color:#1cbf77">Text here</p>

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


#1cbf77 Background Color

<div style="background-color:#1cbf77">
Div content here</div>

This div background color is #1cbf77


#1cbf77 Border Color

<div style="border:3px solid #1cbf77">
Div here</div>

This div border color is #1cbf77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,191,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cbf77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cbf77;
  -webkit-box-shadow: 1px 1px 3px 2px #1cbf77;
  box-shadow:         1px 1px 3px 2px #1cbf77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbf77


Comments

No comments written yet.

Please login to write comment.