Color Hex Logo

#ccd38a Color Hex

#CCD38A
(204,211,138)
0 Favorites   0 Comments

Color spaces of #ccd38a

RGB 204211138
HSL0.180.450.68
HSV66°35°83°
CMYK 0.030.000.35   0.17
XYZ52.783661.260933.0873
Yxy61.26090.35880.4164
Hunter Lab78.2693-16.593829.7245
CIE-Lab82.5188-13.667335.3988

#ccd38a color RGB value is (204,211,138).

#ccd38a hex color red value is 204, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccd38a hue: 0.18 , saturation: 0.45 and the lightness value of ccd38a is 0.68.

The process color (four color CMYK) of #ccd38a color hex is 0.03, 0.00, 0.35, 0.17. Web safe color of #ccd38a is #cccc99. Color #ccd38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 10001010
Octal 314 323 212
Decimal 204 211 138
Hex CC D3 8A

RGB Percentages of Color #ccd38a

%36.89
%38.16
%24.95

CMYK Percentages of Color #ccd38a

%3
%0
%35
%17

Triadic Colors of #ccd38a

#ccd38a #8accd3 #d38acc

Analogous Colors of #ccd38a

#ccd38a #a8d38a #d3b68a

Monochromatic Colors of #ccd38a

#ccd38a

Complementary Color

#ccd38a #918ad3

#ccd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd38a Color CSS Codes

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

#ccd38a Text Font Color

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

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


#ccd38a Background Color

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

This div background color is #ccd38a


#ccd38a Border Color

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

This div border color is #ccd38a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,211,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccd38a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccd38a;
  -webkit-box-shadow: 1px 1px 3px 2px #ccd38a;
  box-shadow:         1px 1px 3px 2px #ccd38a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,211,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd38a


Comments

No comments written yet.

Please login to write comment.