Color Hex Logo

#cbd40e Color Hex

#CBD40E
(203,212,14)
0 Favorites   0 Comments

Color spaces of #cbd40e

RGB 20321214
HSL0.170.880.44
HSV63°93°83°
CMYK 0.040.000.93   0.17
XYZ48.251459.81529.4178
Yxy59.81520.41070.5091
Hunter Lab77.3403-23.982146.9184
CIE-Lab81.7376-22.416880.0641

#cbd40e color RGB value is (203,212,14).

#cbd40e hex color red value is 203, green value is 212 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cbd40e hue: 0.17 , saturation: 0.88 and the lightness value of cbd40e is 0.44.

The process color (four color CMYK) of #cbd40e color hex is 0.04, 0.00, 0.93, 0.17. Web safe color of #cbd40e is #cccc00. Color #cbd40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00001110
Octal 313 324 16
Decimal 203 212 14
Hex CB D4 E

RGB Percentages of Color #cbd40e

%47.32
%49.42
%3.26

CMYK Percentages of Color #cbd40e

%4
%0
%93
%17

Triadic Colors of #cbd40e

#cbd40e #0ecbd4 #d40ecb

Analogous Colors of #cbd40e

#cbd40e #68d40e #d47a0e

Monochromatic Colors of #cbd40e

#cbd40e

Complementary Color

#cbd40e #170ed4

#cbd40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd40e Color CSS Codes

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

#cbd40e Text Font Color

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

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


#cbd40e Background Color

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

This div background color is #cbd40e


#cbd40e Border Color

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

This div border color is #cbd40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd40e


Comments

No comments written yet.

Please login to write comment.