Color Hex Logo

#cbee30 Color Hex

#CBEE30
(203,238,48)
0 Favorites   0 Comments

Color spaces of #cbee30

RGB 20323848
HSL0.200.850.56
HSV71°80°93°
CMYK 0.150.000.80   0.07
XYZ55.736674.059014.1535
Yxy74.05900.38720.5145
Hunter Lab86.0575-34.992250.4891
CIE-Lab88.9504-33.864079.6360

#cbee30 color RGB value is (203,238,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 00110000
Octal 313 356 60
Decimal 203 238 48
Hex CB EE 30

RGB Percentages of Color #cbee30

%41.51
%48.67
%9.82

CMYK Percentages of Color #cbee30

%15
%0
%80
%7

Triadic Colors of #cbee30

#cbee30 #30cbee #ee30cb

Analogous Colors of #cbee30

#cbee30 #6cee30 #eeb230

Monochromatic Colors of #cbee30

#cbee30

Complementary Color

#cbee30 #5330ee

#cbee30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee30 Color CSS Codes

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

#cbee30 Text Font Color

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

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


#cbee30 Background Color

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

This div background color is #cbee30


#cbee30 Border Color

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

This div border color is #cbee30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee30


Comments

No comments written yet.

Please login to write comment.