Color Hex Logo

#cbd61d Color Hex

#CBD61D
(203,214,29)
0 Favorites   0 Comments

Color spaces of #cbd61d

RGB 20321429
HSL0.180.760.48
HSV64°86°84°
CMYK 0.050.000.86   0.16
XYZ48.896960.878410.3360
Yxy60.87840.40710.5068
Hunter Lab78.0246-24.679746.7630
CIE-Lab82.3133-23.127478.2709

#cbd61d color RGB value is (203,214,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 00011101
Octal 313 326 35
Decimal 203 214 29
Hex CB D6 1D

RGB Percentages of Color #cbd61d

%45.52
%47.98
%6.50

CMYK Percentages of Color #cbd61d

%5
%0
%86
%16

Triadic Colors of #cbd61d

#cbd61d #1dcbd6 #d61dcb

Analogous Colors of #cbd61d

#cbd61d #6fd61d #d6851d

Monochromatic Colors of #cbd61d

#cbd61d

Complementary Color

#cbd61d #281dd6

#cbd61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd61d Color CSS Codes

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

#cbd61d Text Font Color

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

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


#cbd61d Background Color

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

This div background color is #cbd61d


#cbd61d Border Color

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

This div border color is #cbd61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd61d


Comments

No comments written yet.

Please login to write comment.