Color Hex Logo

#c2d67b Color Hex

#C2D67B
(194,214,123)
0 Favorites   0 Comments

Color spaces of #c2d67b

RGB 194214123
HSL0.200.530.66
HSV73°43°84°
CMYK 0.090.000.43   0.16
XYZ49.869960.992527.8832
Yxy60.99250.35940.4396
Hunter Lab78.0977-22.688433.5001
CIE-Lab82.3747-20.752042.6056

#c2d67b color RGB value is (194,214,123).

#c2d67b hex color red value is 194, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c2d67b hue: 0.20 , saturation: 0.53 and the lightness value of c2d67b is 0.66.

The process color (four color CMYK) of #c2d67b color hex is 0.09, 0.00, 0.43, 0.16. Web safe color of #c2d67b is #cccc66. Color #c2d67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010110 01111011
Octal 302 326 173
Decimal 194 214 123
Hex C2 D6 7B

RGB Percentages of Color #c2d67b

%36.53
%40.30
%23.16

CMYK Percentages of Color #c2d67b

%9
%0
%43
%16

Triadic Colors of #c2d67b

#c2d67b #7bc2d6 #d67bc2

Analogous Colors of #c2d67b

#c2d67b #95d67b #d6bd7b

Monochromatic Colors of #c2d67b

#c2d67b

Complementary Color

#c2d67b #8f7bd6

#c2d67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d67b Color CSS Codes

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

#c2d67b Text Font Color

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

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


#c2d67b Background Color

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

This div background color is #c2d67b


#c2d67b Border Color

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

This div border color is #c2d67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d67b


Comments

No comments written yet.

Please login to write comment.