Color Hex Logo

#cbd52e Color Hex

#CBD52E
(203,213,46)
0 Favorites   0 Comments

Color spaces of #cbd52e

RGB 20321346
HSL0.180.670.51
HSV64°78°84°
CMYK 0.050.000.78   0.16
XYZ48.916060.482311.6809
Yxy60.48230.40400.4995
Hunter Lab77.7704-23.825245.5341
CIE-Lab82.0996-22.154274.1056

#cbd52e color RGB value is (203,213,46).

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

The process color (four color CMYK) of #cbd52e color hex is 0.05, 0.00, 0.78, 0.16. Web safe color of #cbd52e is #cccc33. Color #cbd52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00101110
Octal 313 325 56
Decimal 203 213 46
Hex CB D5 2E

RGB Percentages of Color #cbd52e

%43.94
%46.10
%9.96

CMYK Percentages of Color #cbd52e

%5
%0
%78
%16

Triadic Colors of #cbd52e

#cbd52e #2ecbd5 #d52ecb

Analogous Colors of #cbd52e

#cbd52e #78d52e #d58c2e

Monochromatic Colors of #cbd52e

#cbd52e

Complementary Color

#cbd52e #382ed5

#cbd52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd52e Color CSS Codes

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

#cbd52e Text Font Color

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

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


#cbd52e Background Color

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

This div background color is #cbd52e


#cbd52e Border Color

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

This div border color is #cbd52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd52e


Comments

No comments written yet.

Please login to write comment.