Color Hex Logo

#cbef6f Color Hex

#CBEF6F
(203,239,111)
0 Favorites   0 Comments

Color spaces of #cbef6f

RGB 203239111
HSL0.210.800.69
HSV77°54°94°
CMYK 0.150.000.54   0.06
XYZ58.364375.577226.5507
Yxy75.57720.36370.4709
Hunter Lab86.9351-32.299742.7470
CIE-Lab89.6627-30.458257.2273

#cbef6f color RGB value is (203,239,111).

#cbef6f hex color red value is 203, green value is 239 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbef6f hue: 0.21 , saturation: 0.80 and the lightness value of cbef6f is 0.69.

The process color (four color CMYK) of #cbef6f color hex is 0.15, 0.00, 0.54, 0.06. Web safe color of #cbef6f is #ccff66. Color #cbef6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 01101111
Octal 313 357 157
Decimal 203 239 111
Hex CB EF 6F

RGB Percentages of Color #cbef6f

%36.71
%43.22
%20.07

CMYK Percentages of Color #cbef6f

%15
%0
%54
%6

Triadic Colors of #cbef6f

#cbef6f #6fcbef #ef6fcb

Analogous Colors of #cbef6f

#cbef6f #8bef6f #efd36f

Monochromatic Colors of #cbef6f

#cbef6f

Complementary Color

#cbef6f #936fef

#cbef6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef6f Color CSS Codes

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

#cbef6f Text Font Color

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

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


#cbef6f Background Color

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

This div background color is #cbef6f


#cbef6f Border Color

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

This div border color is #cbef6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef6f


Comments

No comments written yet.

Please login to write comment.