Color Hex Logo

#cbdd70 Color Hex

#CBDD70
(203,221,112)
0 Favorites   0 Comments

Color spaces of #cbdd70

RGB 203221112
HSL0.190.620.65
HSV70°49°87°
CMYK 0.080.000.49   0.13
XYZ53.409765.579325.1723
Yxy65.57930.37050.4549
Hunter Lab80.9810-23.990138.2569
CIE-Lab84.7814-21.801251.0121

#cbdd70 color RGB value is (203,221,112).

#cbdd70 hex color red value is 203, green value is 221 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cbdd70 hue: 0.19 , saturation: 0.62 and the lightness value of cbdd70 is 0.65.

The process color (four color CMYK) of #cbdd70 color hex is 0.08, 0.00, 0.49, 0.13. Web safe color of #cbdd70 is #cccc66. Color #cbdd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 01110000
Octal 313 335 160
Decimal 203 221 112
Hex CB DD 70

RGB Percentages of Color #cbdd70

%37.87
%41.23
%20.90

CMYK Percentages of Color #cbdd70

%8
%0
%49
%13

Triadic Colors of #cbdd70

#cbdd70 #70cbdd #dd70cb

Analogous Colors of #cbdd70

#cbdd70 #95dd70 #ddb970

Monochromatic Colors of #cbdd70

#cbdd70

Complementary Color

#cbdd70 #8270dd

#cbdd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd70 Color CSS Codes

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

#cbdd70 Text Font Color

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

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


#cbdd70 Background Color

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

This div background color is #cbdd70


#cbdd70 Border Color

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

This div border color is #cbdd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd70


Comments

No comments written yet.

Please login to write comment.