Color Hex Logo

#cbe434 Color Hex

#CBE434
(203,228,52)
0 Favorites   0 Comments

Color spaces of #cbe434

RGB 20322852
HSL0.190.770.55
HSV69°77°89°
CMYK 0.110.000.77   0.11
XYZ52.991868.431213.6644
Yxy68.43120.39230.5066
Hunter Lab82.7232-30.419848.1125
CIE-Lab86.2216-29.088076.1120

#cbe434 color RGB value is (203,228,52).

#cbe434 hex color red value is 203, green value is 228 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #cbe434 hue: 0.19 , saturation: 0.77 and the lightness value of cbe434 is 0.55.

The process color (four color CMYK) of #cbe434 color hex is 0.11, 0.00, 0.77, 0.11. Web safe color of #cbe434 is #cccc33. Color #cbe434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00110100
Octal 313 344 64
Decimal 203 228 52
Hex CB E4 34

RGB Percentages of Color #cbe434

%42.03
%47.20
%10.77

CMYK Percentages of Color #cbe434

%11
%0
%77
%11

Triadic Colors of #cbe434

#cbe434 #34cbe4 #e434cb

Analogous Colors of #cbe434

#cbe434 #73e434 #e4a534

Monochromatic Colors of #cbe434

#cbe434

Complementary Color

#cbe434 #4d34e4

#cbe434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe434 Color CSS Codes

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

#cbe434 Text Font Color

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

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


#cbe434 Background Color

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

This div background color is #cbe434


#cbe434 Border Color

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

This div border color is #cbe434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe434


Comments

No comments written yet.

Please login to write comment.