Color Hex Logo

#cbd54d Color Hex

#CBD54D
(203,213,77)
0 Favorites   0 Comments

Color spaces of #cbd54d

RGB 20321377
HSL0.180.620.57
HSV64°64°84°
CMYK 0.050.000.64   0.16
XYZ49.762460.820816.1380
Yxy60.82080.39270.4800
Hunter Lab77.9877-22.581142.3225
CIE-Lab82.2823-20.643763.6098

#cbd54d color RGB value is (203,213,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 01001101
Octal 313 325 115
Decimal 203 213 77
Hex CB D5 4D

RGB Percentages of Color #cbd54d

%41.18
%43.20
%15.62

CMYK Percentages of Color #cbd54d

%5
%0
%64
%16

Triadic Colors of #cbd54d

#cbd54d #4dcbd5 #d54dcb

Analogous Colors of #cbd54d

#cbd54d #87d54d #d59b4d

Monochromatic Colors of #cbd54d

#cbd54d

Complementary Color

#cbd54d #574dd5

#cbd54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd54d Color CSS Codes

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

#cbd54d Text Font Color

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

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


#cbd54d Background Color

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

This div background color is #cbd54d


#cbd54d Border Color

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

This div border color is #cbd54d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,213,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 #cbd54d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd54d


Comments

No comments written yet.

Please login to write comment.