Color Hex Logo

#cbc27e Color Hex

#CBC27E
(203,194,126)
0 Favorites   0 Comments

Color spaces of #cbc27e

RGB 203194126
HSL0.150.430.65
HSV53°38°80°
CMYK 0.000.040.38   0.20
XYZ47.686352.786427.4141
Yxy52.78640.37290.4128
Hunter Lab72.6542-9.987228.4865
CIE-Lab77.7487-6.786435.3460

#cbc27e color RGB value is (203,194,126).

#cbc27e hex color red value is 203, green value is 194 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbc27e hue: 0.15 , saturation: 0.43 and the lightness value of cbc27e is 0.65.

The process color (four color CMYK) of #cbc27e color hex is 0.00, 0.04, 0.38, 0.20. Web safe color of #cbc27e is #cccc66. Color #cbc27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01111110
Octal 313 302 176
Decimal 203 194 126
Hex CB C2 7E

RGB Percentages of Color #cbc27e

%38.81
%37.09
%24.09

CMYK Percentages of Color #cbc27e

%0
%4
%38
%20

Triadic Colors of #cbc27e

#cbc27e #7ecbc2 #c27ecb

Analogous Colors of #cbc27e

#cbc27e #aecb7e #cb9c7e

Monochromatic Colors of #cbc27e

#cbc27e

Complementary Color

#cbc27e #7e87cb

#cbc27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc27e Color CSS Codes

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

#cbc27e Text Font Color

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

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


#cbc27e Background Color

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

This div background color is #cbc27e


#cbc27e Border Color

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

This div border color is #cbc27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc27e


Comments

No comments written yet.

Please login to write comment.