Color Hex Logo

#cbee2f Color Hex

#CBEE2F
(203,238,47)
0 Favorites   0 Comments

Color spaces of #cbee2f

RGB 20323847
HSL0.200.850.56
HSV71°80°93°
CMYK 0.150.000.80   0.07
XYZ55.716274.050814.0460
Yxy74.05080.38740.5149
Hunter Lab86.0528-35.019850.5593
CIE-Lab88.9465-33.898479.8865

#cbee2f color RGB value is (203,238,47).

#cbee2f hex color red value is 203, green value is 238 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cbee2f hue: 0.20 , saturation: 0.85 and the lightness value of cbee2f is 0.56.

The process color (four color CMYK) of #cbee2f color hex is 0.15, 0.00, 0.80, 0.07. Web safe color of #cbee2f is #ccff33. Color #cbee2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 00101111
Octal 313 356 57
Decimal 203 238 47
Hex CB EE 2F

RGB Percentages of Color #cbee2f

%41.60
%48.77
%9.63

CMYK Percentages of Color #cbee2f

%15
%0
%80
%7

Triadic Colors of #cbee2f

#cbee2f #2fcbee #ee2fcb

Analogous Colors of #cbee2f

#cbee2f #6cee2f #eeb22f

Monochromatic Colors of #cbee2f

#cbee2f

Complementary Color

#cbee2f #522fee

#cbee2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee2f Color CSS Codes

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

#cbee2f Text Font Color

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

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


#cbee2f Background Color

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

This div background color is #cbee2f


#cbee2f Border Color

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

This div border color is #cbee2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee2f


Comments

No comments written yet.

Please login to write comment.