Color Hex Logo

#cbd65e Color Hex

#CBD65E
(203,214,94)
0 Favorites   0 Comments

Color spaces of #cbd65e

RGB 20321494
HSL0.180.590.60
HSV66°56°84°
CMYK 0.050.000.56   0.16
XYZ50.695561.597819.8073
Yxy61.59780.38380.4663
Hunter Lab78.4843-22.048639.9758
CIE-Lab82.6991-19.936856.8477

#cbd65e color RGB value is (203,214,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 01011110
Octal 313 326 136
Decimal 203 214 94
Hex CB D6 5E

RGB Percentages of Color #cbd65e

%39.73
%41.88
%18.40

CMYK Percentages of Color #cbd65e

%5
%0
%56
%16

Triadic Colors of #cbd65e

#cbd65e #5ecbd6 #d65ecb

Analogous Colors of #cbd65e

#cbd65e #8fd65e #d6a55e

Monochromatic Colors of #cbd65e

#cbd65e

Complementary Color

#cbd65e #695ed6

#cbd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd65e Color CSS Codes

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

#cbd65e Text Font Color

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

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


#cbd65e Background Color

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

This div background color is #cbd65e


#cbd65e Border Color

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

This div border color is #cbd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd65e


Comments

No comments written yet.

Please login to write comment.