Color Hex Logo

#c2d75d Color Hex

#C2D75D
(194,215,93)
0 Favorites   0 Comments

Color spaces of #c2d75d

RGB 19421593
HSL0.200.600.60
HSV70°57°84°
CMYK 0.100.000.57   0.16
XYZ48.524460.860519.5457
Yxy60.86050.37640.4720
Hunter Lab78.0131-25.495539.7545
CIE-Lab82.3037-24.105856.6671

#c2d75d color RGB value is (194,215,93).

#c2d75d hex color red value is 194, green value is 215 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c2d75d hue: 0.20 , saturation: 0.60 and the lightness value of c2d75d is 0.60.

The process color (four color CMYK) of #c2d75d color hex is 0.10, 0.00, 0.57, 0.16. Web safe color of #c2d75d is #cccc66. Color #c2d75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010111 01011101
Octal 302 327 135
Decimal 194 215 93
Hex C2 D7 5D

RGB Percentages of Color #c2d75d

%38.65
%42.83
%18.53

CMYK Percentages of Color #c2d75d

%10
%0
%57
%16

Triadic Colors of #c2d75d

#c2d75d #5dc2d7 #d75dc2

Analogous Colors of #c2d75d

#c2d75d #85d75d #d7af5d

Monochromatic Colors of #c2d75d

#c2d75d

Complementary Color

#c2d75d #725dd7

#c2d75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d75d Color CSS Codes

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

#c2d75d Text Font Color

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

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


#c2d75d Background Color

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

This div background color is #c2d75d


#c2d75d Border Color

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

This div border color is #c2d75d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,215,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2d75d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2d75d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2d75d;
  box-shadow:         1px 1px 3px 2px #c2d75d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d75d


Comments

No comments written yet.

Please login to write comment.