Color Hex Logo

#cbd34e Color Hex

#CBD34E
(203,211,78)
0 Favorites   0 Comments

Color spaces of #cbd34e

RGB 20321178
HSL0.180.600.57
HSV64°63°83°
CMYK 0.040.000.63   0.17
XYZ49.298059.835116.1588
Yxy59.83510.39350.4776
Hunter Lab77.3532-21.608041.7617
CIE-Lab81.7485-19.600262.6440

#cbd34e color RGB value is (203,211,78).

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

The process color (four color CMYK) of #cbd34e color hex is 0.04, 0.00, 0.63, 0.17. Web safe color of #cbd34e is #cccc66. Color #cbd34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01001110
Octal 313 323 116
Decimal 203 211 78
Hex CB D3 4E

RGB Percentages of Color #cbd34e

%41.26
%42.89
%15.85

CMYK Percentages of Color #cbd34e

%4
%0
%63
%17

Triadic Colors of #cbd34e

#cbd34e #4ecbd3 #d34ecb

Analogous Colors of #cbd34e

#cbd34e #89d34e #d3994e

Monochromatic Colors of #cbd34e

#cbd34e

Complementary Color

#cbd34e #564ed3

#cbd34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd34e Color CSS Codes

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

#cbd34e Text Font Color

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

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


#cbd34e Background Color

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

This div background color is #cbd34e


#cbd34e Border Color

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

This div border color is #cbd34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd34e


Comments

No comments written yet.

Please login to write comment.