Color Hex Logo

#cbd348 Color Hex

#CBD348
(203,211,72)
0 Favorites   0 Comments

Color spaces of #cbd348

RGB 20321172
HSL0.180.610.55
HSV63°66°83°
CMYK 0.040.000.66   0.17
XYZ49.092659.752915.0769
Yxy59.75290.39620.4822
Hunter Lab77.3000-21.911142.5458
CIE-Lab81.7037-19.965964.9848

#cbd348 color RGB value is (203,211,72).

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

The process color (four color CMYK) of #cbd348 color hex is 0.04, 0.00, 0.66, 0.17. Web safe color of #cbd348 is #cccc33. Color #cbd348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01001000
Octal 313 323 110
Decimal 203 211 72
Hex CB D3 48

RGB Percentages of Color #cbd348

%41.77
%43.42
%14.81

CMYK Percentages of Color #cbd348

%4
%0
%66
%17

Triadic Colors of #cbd348

#cbd348 #48cbd3 #d348cb

Analogous Colors of #cbd348

#cbd348 #86d348 #d39648

Monochromatic Colors of #cbd348

#cbd348

Complementary Color

#cbd348 #5048d3

#cbd348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd348 Color CSS Codes

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

#cbd348 Text Font Color

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

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


#cbd348 Background Color

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

This div background color is #cbd348


#cbd348 Border Color

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

This div border color is #cbd348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd348


Comments

No comments written yet.

Please login to write comment.