Color Hex Logo

#cbec4b Color Hex

#CBEC4B
(203,236,75)
0 Favorites   0 Comments

Color spaces of #cbec4b

RGB 20323675
HSL0.200.810.61
HSV72°68°93°
CMYK 0.140.000.68   0.07
XYZ55.894173.195417.8388
Yxy73.19540.38040.4982
Hunter Lab85.5543-33.102947.5255
CIE-Lab88.5408-31.704970.8055

#cbec4b color RGB value is (203,236,75).

#cbec4b hex color red value is 203, green value is 236 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cbec4b hue: 0.20 , saturation: 0.81 and the lightness value of cbec4b is 0.61.

The process color (four color CMYK) of #cbec4b color hex is 0.14, 0.00, 0.68, 0.07. Web safe color of #cbec4b is #ccff33. Color #cbec4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 01001011
Octal 313 354 113
Decimal 203 236 75
Hex CB EC 4B

RGB Percentages of Color #cbec4b

%39.49
%45.91
%14.59

CMYK Percentages of Color #cbec4b

%14
%0
%68
%7

Triadic Colors of #cbec4b

#cbec4b #4bcbec #ec4bcb

Analogous Colors of #cbec4b

#cbec4b #7bec4b #ecbd4b

Monochromatic Colors of #cbec4b

#cbec4b

Complementary Color

#cbec4b #6c4bec

#cbec4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbec4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbec4b Color CSS Codes

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

#cbec4b Text Font Color

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

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


#cbec4b Background Color

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

This div background color is #cbec4b


#cbec4b Border Color

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

This div border color is #cbec4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbec4b


Comments

No comments written yet.

Please login to write comment.