Color Hex Logo

#cbf46d Color Hex

#CBF46D
(203,244,109)
0 Favorites   0 Comments

Color spaces of #cbf46d

RGB 203244109
HSL0.220.860.69
HSV78°55°96°
CMYK 0.170.000.55   0.04
XYZ59.739678.502026.4718
Yxy78.50200.36270.4766
Hunter Lab88.6014-34.698544.3066
CIE-Lab91.0085-32.946959.6716

#cbf46d color RGB value is (203,244,109).

#cbf46d hex color red value is 203, green value is 244 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cbf46d hue: 0.22 , saturation: 0.86 and the lightness value of cbf46d is 0.69.

The process color (four color CMYK) of #cbf46d color hex is 0.17, 0.00, 0.55, 0.04. Web safe color of #cbf46d is #ccff66. Color #cbf46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110100 01101101
Octal 313 364 155
Decimal 203 244 109
Hex CB F4 6D

RGB Percentages of Color #cbf46d

%36.51
%43.88
%19.60

CMYK Percentages of Color #cbf46d

%17
%0
%55
%4

Triadic Colors of #cbf46d

#cbf46d #6dcbf4 #f46dcb

Analogous Colors of #cbf46d

#cbf46d #88f46d #f4da6d

Monochromatic Colors of #cbf46d

#cbf46d

Complementary Color

#cbf46d #966df4

#cbf46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf46d Color CSS Codes

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

#cbf46d Text Font Color

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

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


#cbf46d Background Color

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

This div background color is #cbf46d


#cbf46d Border Color

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

This div border color is #cbf46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf46d


Comments

No comments written yet.

Please login to write comment.