Color Hex Logo

#cbd50e Color Hex

#CBD50E
(203,213,14)
0 Favorites   0 Comments

Color spaces of #cbd50e

RGB 20321314
HSL0.180.880.45
HSV63°93°84°
CMYK 0.050.000.93   0.16
XYZ48.502160.31679.5014
Yxy60.31670.40990.5098
Hunter Lab77.6638-24.436147.1111
CIE-Lab82.0100-22.901380.2728

#cbd50e color RGB value is (203,213,14).

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

The process color (four color CMYK) of #cbd50e color hex is 0.05, 0.00, 0.93, 0.16. Web safe color of #cbd50e is #cccc00. Color #cbd50e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00001110
Octal 313 325 16
Decimal 203 213 14
Hex CB D5 E

RGB Percentages of Color #cbd50e

%47.21
%49.53
%3.26

CMYK Percentages of Color #cbd50e

%5
%0
%93
%16

Triadic Colors of #cbd50e

#cbd50e #0ecbd5 #d50ecb

Analogous Colors of #cbd50e

#cbd50e #68d50e #d57c0e

Monochromatic Colors of #cbd50e

#cbd50e

Complementary Color

#cbd50e #180ed5

#cbd50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd50e Color CSS Codes

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

#cbd50e Text Font Color

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

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


#cbd50e Background Color

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

This div background color is #cbd50e


#cbd50e Border Color

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

This div border color is #cbd50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd50e


Comments

No comments written yet.

Please login to write comment.