Color Hex Logo

#cbef1d Color Hex

#CBEF1D
(203,239,29)
0 Favorites   0 Comments

Color spaces of #cbef1d

RGB 20323929
HSL0.200.870.53
HSV70°88°94°
CMYK 0.150.000.88   0.06
XYZ55.716974.518212.6093
Yxy74.51820.39010.5217
Hunter Lab86.3239-35.855951.7663
CIE-Lab89.1668-34.846483.8366

#cbef1d color RGB value is (203,239,29).

#cbef1d hex color red value is 203, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cbef1d hue: 0.20 , saturation: 0.87 and the lightness value of cbef1d is 0.53.

The process color (four color CMYK) of #cbef1d color hex is 0.15, 0.00, 0.88, 0.06. Web safe color of #cbef1d is #ccff33. Color #cbef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 00011101
Octal 313 357 35
Decimal 203 239 29
Hex CB EF 1D

RGB Percentages of Color #cbef1d

%43.10
%50.74
%6.16

CMYK Percentages of Color #cbef1d

%15
%0
%88
%6

Triadic Colors of #cbef1d

#cbef1d #1dcbef #ef1dcb

Analogous Colors of #cbef1d

#cbef1d #62ef1d #efaa1d

Monochromatic Colors of #cbef1d

#cbef1d

Complementary Color

#cbef1d #411def

#cbef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef1d Color CSS Codes

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

#cbef1d Text Font Color

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

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


#cbef1d Background Color

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

This div background color is #cbef1d


#cbef1d Border Color

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

This div border color is #cbef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef1d


Comments

No comments written yet.

Please login to write comment.