Color Hex Logo

#cbf39d Color Hex

#CBF39D
(203,243,157)
0 Favorites   0 Comments

Color spaces of #cbf39d

RGB 203243157
HSL0.240.780.78
HSV88°35°95°
CMYK 0.160.000.35   0.05
XYZ62.765079.232043.8835
Yxy79.23200.33770.4263
Hunter Lab89.0124-29.906533.0784
CIE-Lab91.3392-27.260837.3347

#cbf39d color RGB value is (203,243,157).

#cbf39d hex color red value is 203, green value is 243 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cbf39d hue: 0.24 , saturation: 0.78 and the lightness value of cbf39d is 0.78.

The process color (four color CMYK) of #cbf39d color hex is 0.16, 0.00, 0.35, 0.05. Web safe color of #cbf39d is #ccff99. Color #cbf39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 10011101
Octal 313 363 235
Decimal 203 243 157
Hex CB F3 9D

RGB Percentages of Color #cbf39d

%33.67
%40.30
%26.04

CMYK Percentages of Color #cbf39d

%16
%0
%35
%5

Triadic Colors of #cbf39d

#cbf39d #9dcbf3 #f39dcb

Analogous Colors of #cbf39d

#cbf39d #a0f39d #f3f09d

Monochromatic Colors of #cbf39d

#cbf39d

Complementary Color

#cbf39d #c59df3

#cbf39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf39d Color CSS Codes

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

#cbf39d Text Font Color

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

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


#cbf39d Background Color

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

This div background color is #cbf39d


#cbf39d Border Color

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

This div border color is #cbf39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf39d


Comments

No comments written yet.

Please login to write comment.