Color Hex Logo

#cddf6b Color Hex

#CDDF6B
(205,223,107)
0 Favorites   0 Comments

Color spaces of #cddf6b

RGB 205223107
HSL0.190.640.65
HSV69°52°87°
CMYK 0.080.000.52   0.13
XYZ54.218466.816023.9491
Yxy66.81600.37400.4609
Hunter Lab81.7411-24.648839.8475
CIE-Lab85.4109-22.442854.1189

#cddf6b color RGB value is (205,223,107).

#cddf6b hex color red value is 205, green value is 223 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cddf6b hue: 0.19 , saturation: 0.64 and the lightness value of cddf6b is 0.65.

The process color (four color CMYK) of #cddf6b color hex is 0.08, 0.00, 0.52, 0.13. Web safe color of #cddf6b is #cccc66. Color #cddf6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 01101011
Octal 315 337 153
Decimal 205 223 107
Hex CD DF 6B

RGB Percentages of Color #cddf6b

%38.32
%41.68
%20.00

CMYK Percentages of Color #cddf6b

%8
%0
%52
%13

Triadic Colors of #cddf6b

#cddf6b #6bcddf #df6bcd

Analogous Colors of #cddf6b

#cddf6b #93df6b #dfb76b

Monochromatic Colors of #cddf6b

#cddf6b

Complementary Color

#cddf6b #7d6bdf

#cddf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf6b Color CSS Codes

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

#cddf6b Text Font Color

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

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


#cddf6b Background Color

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

This div background color is #cddf6b


#cddf6b Border Color

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

This div border color is #cddf6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,223,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cddf6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cddf6b;
  -webkit-box-shadow: 1px 1px 3px 2px #cddf6b;
  box-shadow:         1px 1px 3px 2px #cddf6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,223,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf6b


Comments

No comments written yet.

Please login to write comment.