Color Hex Logo

#cced7d Color Hex

#CCED7D
(204,237,125)
0 Favorites   0 Comments

Color spaces of #cced7d

RGB 204237125
HSL0.220.760.71
HSV78°47°93°
CMYK 0.140.000.47   0.07
XYZ58.887774.886430.7528
Yxy74.88640.35790.4552
Hunter Lab86.5369-29.971839.5058
CIE-Lab89.3398-27.799750.3988

#cced7d color RGB value is (204,237,125).

#cced7d hex color red value is 204, green value is 237 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cced7d hue: 0.22 , saturation: 0.76 and the lightness value of cced7d is 0.71.

The process color (four color CMYK) of #cced7d color hex is 0.14, 0.00, 0.47, 0.07. Web safe color of #cced7d is #ccff66. Color #cced7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 01111101
Octal 314 355 175
Decimal 204 237 125
Hex CC ED 7D

RGB Percentages of Color #cced7d

%36.04
%41.87
%22.08

CMYK Percentages of Color #cced7d

%14
%0
%47
%7

Triadic Colors of #cced7d

#cced7d #7dcced #ed7dcc

Analogous Colors of #cced7d

#cced7d #94ed7d #edd67d

Monochromatic Colors of #cced7d

#cced7d

Complementary Color

#cced7d #9e7ded

#cced7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cced7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cced7d Color CSS Codes

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

#cced7d Text Font Color

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

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


#cced7d Background Color

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

This div background color is #cced7d


#cced7d Border Color

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

This div border color is #cced7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cced7d


Comments

No comments written yet.

Please login to write comment.