Color Hex Logo

#cbd048 Color Hex

#CBD048
(203,208,72)
0 Favorites   0 Comments

Color spaces of #cbd048

RGB 20320872
HSL0.170.590.55
HSV62°65°82°
CMYK 0.020.000.65   0.18
XYZ48.354258.276114.8308
Yxy58.27610.39810.4798
Hunter Lab76.3388-20.528141.9185
CIE-Lab80.8921-18.488964.1514

#cbd048 color RGB value is (203,208,72).

#cbd048 hex color red value is 203, green value is 208 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbd048 hue: 0.17 , saturation: 0.59 and the lightness value of cbd048 is 0.55.

The process color (four color CMYK) of #cbd048 color hex is 0.02, 0.00, 0.65, 0.18. Web safe color of #cbd048 is #cccc33. Color #cbd048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01001000
Octal 313 320 110
Decimal 203 208 72
Hex CB D0 48

RGB Percentages of Color #cbd048

%42.03
%43.06
%14.91

CMYK Percentages of Color #cbd048

%2
%0
%65
%18

Triadic Colors of #cbd048

#cbd048 #48cbd0 #d048cb

Analogous Colors of #cbd048

#cbd048 #87d048 #d09148

Monochromatic Colors of #cbd048

#cbd048

Complementary Color

#cbd048 #4d48d0

#cbd048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd048 Color CSS Codes

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

#cbd048 Text Font Color

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

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


#cbd048 Background Color

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

This div background color is #cbd048


#cbd048 Border Color

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

This div border color is #cbd048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd048


Comments

No comments written yet.

Please login to write comment.