Color Hex Logo

#cbd64d Color Hex

#CBD64D
(203,214,77)
0 Favorites   0 Comments

Color spaces of #cbd64d

RGB 20321477
HSL0.180.630.57
HSV65°64°84°
CMYK 0.050.000.64   0.16
XYZ50.014761.325516.2221
Yxy61.32550.39210.4807
Hunter Lab78.3106-23.040842.5355
CIE-Lab82.5534-21.132463.8937

#cbd64d color RGB value is (203,214,77).

#cbd64d hex color red value is 203, green value is 214 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbd64d hue: 0.18 , saturation: 0.63 and the lightness value of cbd64d is 0.57.

The process color (four color CMYK) of #cbd64d color hex is 0.05, 0.00, 0.64, 0.16. Web safe color of #cbd64d is #cccc66. Color #cbd64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 01001101
Octal 313 326 115
Decimal 203 214 77
Hex CB D6 4D

RGB Percentages of Color #cbd64d

%41.09
%43.32
%15.59

CMYK Percentages of Color #cbd64d

%5
%0
%64
%16

Triadic Colors of #cbd64d

#cbd64d #4dcbd6 #d64dcb

Analogous Colors of #cbd64d

#cbd64d #87d64d #d69d4d

Monochromatic Colors of #cbd64d

#cbd64d

Complementary Color

#cbd64d #584dd6

#cbd64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd64d Color CSS Codes

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

#cbd64d Text Font Color

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

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


#cbd64d Background Color

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

This div background color is #cbd64d


#cbd64d Border Color

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

This div border color is #cbd64d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,214,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd64d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd64d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd64d;
  box-shadow:         1px 1px 3px 2px #cbd64d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,214,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd64d


Comments

No comments written yet.

Please login to write comment.