Color Hex Logo

#cbd37e Color Hex

#CBD37E
(203,211,126)
0 Favorites   0 Comments

Color spaces of #cbd37e

RGB 203211126
HSL0.180.490.66
HSV66°40°83°
CMYK 0.040.000.40   0.17
XYZ51.688860.791428.7483
Yxy60.79140.36600.4304
Hunter Lab77.9688-18.110432.7171
CIE-Lab82.2665-15.441041.1188

#cbd37e color RGB value is (203,211,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01111110
Octal 313 323 176
Decimal 203 211 126
Hex CB D3 7E

RGB Percentages of Color #cbd37e

%37.59
%39.07
%23.33

CMYK Percentages of Color #cbd37e

%4
%0
%40
%17

Triadic Colors of #cbd37e

#cbd37e #7ecbd3 #d37ecb

Analogous Colors of #cbd37e

#cbd37e #a1d37e #d3b17e

Monochromatic Colors of #cbd37e

#cbd37e

Complementary Color

#cbd37e #867ed3

#cbd37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd37e Color CSS Codes

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

#cbd37e Text Font Color

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

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


#cbd37e Background Color

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

This div background color is #cbd37e


#cbd37e Border Color

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

This div border color is #cbd37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd37e


Comments

No comments written yet.

Please login to write comment.