Color Hex Logo

#cdd741 Color Hex

#CDD741
(205,215,65)
0 Favorites   0 Comments

Color spaces of #cdd741

RGB 20521565
HSL0.180.650.55
HSV64°70°84°
CMYK 0.050.000.70   0.16
XYZ50.431461.961714.3028
Yxy61.96170.39810.4891
Hunter Lab78.7158-23.391744.3279
CIE-Lab82.8930-21.478368.8374

#cdd741 color RGB value is (205,215,65).

#cdd741 hex color red value is 205, green value is 215 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cdd741 hue: 0.18 , saturation: 0.65 and the lightness value of cdd741 is 0.55.

The process color (four color CMYK) of #cdd741 color hex is 0.05, 0.00, 0.70, 0.16. Web safe color of #cdd741 is #cccc33. Color #cdd741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 01000001
Octal 315 327 101
Decimal 205 215 65
Hex CD D7 41

RGB Percentages of Color #cdd741

%42.27
%44.33
%13.40

CMYK Percentages of Color #cdd741

%5
%0
%70
%16

Triadic Colors of #cdd741

#cdd741 #41cdd7 #d741cd

Analogous Colors of #cdd741

#cdd741 #82d741 #d79641

Monochromatic Colors of #cdd741

#cdd741

Complementary Color

#cdd741 #4b41d7

#cdd741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd741 Color CSS Codes

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

#cdd741 Text Font Color

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

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


#cdd741 Background Color

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

This div background color is #cdd741


#cdd741 Border Color

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

This div border color is #cdd741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd741


Comments

No comments written yet.

Please login to write comment.