Color Hex Logo

#cddb68 Color Hex

#CDDB68
(205,219,104)
0 Favorites   0 Comments

Color spaces of #cddb68

RGB 205219104
HSL0.190.610.63
HSV67°53°86°
CMYK 0.060.000.53   0.14
XYZ53.007064.641622.7800
Yxy64.64160.37750.4603
Hunter Lab80.4000-23.016539.4812
CIE-Lab84.2987-20.760354.1986

#cddb68 color RGB value is (205,219,104).

#cddb68 hex color red value is 205, green value is 219 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cddb68 hue: 0.19 , saturation: 0.61 and the lightness value of cddb68 is 0.63.

The process color (four color CMYK) of #cddb68 color hex is 0.06, 0.00, 0.53, 0.14. Web safe color of #cddb68 is #cccc66. Color #cddb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 01101000
Octal 315 333 150
Decimal 205 219 104
Hex CD DB 68

RGB Percentages of Color #cddb68

%38.83
%41.48
%19.70

CMYK Percentages of Color #cddb68

%6
%0
%53
%14

Triadic Colors of #cddb68

#cddb68 #68cddb #db68cd

Analogous Colors of #cddb68

#cddb68 #94db68 #dbb068

Monochromatic Colors of #cddb68

#cddb68

Complementary Color

#cddb68 #7668db

#cddb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb68 Color CSS Codes

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

#cddb68 Text Font Color

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

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


#cddb68 Background Color

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

This div background color is #cddb68


#cddb68 Border Color

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

This div border color is #cddb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb68


Comments

No comments written yet.

Please login to write comment.