Color Hex Logo

#cbef73 Color Hex

#CBEF73
(203,239,115)
0 Favorites   0 Comments

Color spaces of #cbef73

RGB 203239115
HSL0.220.790.69
HSV77°52°94°
CMYK 0.150.000.52   0.06
XYZ58.589675.667327.7369
Yxy75.66730.36170.4671
Hunter Lab86.9870-31.999441.9855
CIE-Lab89.7046-30.092955.4659

#cbef73 color RGB value is (203,239,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 01110011
Octal 313 357 163
Decimal 203 239 115
Hex CB EF 73

RGB Percentages of Color #cbef73

%36.45
%42.91
%20.65

CMYK Percentages of Color #cbef73

%15
%0
%52
%6

Triadic Colors of #cbef73

#cbef73 #73cbef #ef73cb

Analogous Colors of #cbef73

#cbef73 #8def73 #efd573

Monochromatic Colors of #cbef73

#cbef73

Complementary Color

#cbef73 #9773ef

#cbef73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef73 Color CSS Codes

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

#cbef73 Text Font Color

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

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


#cbef73 Background Color

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

This div background color is #cbef73


#cbef73 Border Color

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

This div border color is #cbef73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef73


Comments

No comments written yet.

Please login to write comment.