Color Hex Logo

#cbd84e Color Hex

#CBD84E
(203,216,78)
0 Favorites   0 Comments

Color spaces of #cbd84e

RGB 20321678
HSL0.180.640.58
HSV66°64°85°
CMYK 0.060.000.64   0.15
XYZ50.559662.358316.5793
Yxy62.35830.39040.4815
Hunter Lab78.9673-23.906342.8291
CIE-Lab83.1036-22.043264.0697

#cbd84e color RGB value is (203,216,78).

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

The process color (four color CMYK) of #cbd84e color hex is 0.06, 0.00, 0.64, 0.15. Web safe color of #cbd84e is #cccc66. Color #cbd84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01001110
Octal 313 330 116
Decimal 203 216 78
Hex CB D8 4E

RGB Percentages of Color #cbd84e

%40.85
%43.46
%15.69

CMYK Percentages of Color #cbd84e

%6
%0
%64
%15

Triadic Colors of #cbd84e

#cbd84e #4ecbd8 #d84ecb

Analogous Colors of #cbd84e

#cbd84e #86d84e #d8a04e

Monochromatic Colors of #cbd84e

#cbd84e

Complementary Color

#cbd84e #5b4ed8

#cbd84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd84e Color CSS Codes

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

#cbd84e Text Font Color

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

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


#cbd84e Background Color

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

This div background color is #cbd84e


#cbd84e Border Color

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

This div border color is #cbd84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd84e


Comments

No comments written yet.

Please login to write comment.